Customer Order Models - Django Wednesdays ECommerce 31

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ธ.ค. 2024

ความคิดเห็น • 41

  • @Codemycom
    @Codemycom  9 หลายเดือนก่อน

    ▶ Watch Django Wednesdays Ecommerce Playlist ✅ Subscribe To My TH-cam Channel:
    bit.ly/3OBQJfN bit.ly/2IGzvOR
    ▶ See More At: ✅ Join My Facebook Group:
    Codemy.com bit.ly/2GFmOBz
    ▶ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt!
    Take 50% off with coupon code: youtube50 bit.ly/2VC9WUN
    ▶ Get The Code
    bit.ly/47xAhWJ

  • @hassanghani8039
    @hassanghani8039 หลายเดือนก่อน

    one of the most in depth django series i have ever seen on youtube

  • @namdarcs
    @namdarcs 9 หลายเดือนก่อน +1

    Great work John keep it coming... Love how we are eventually gaining a whole understanding of everything coming together !

  • @iohn8688
    @iohn8688 9 หลายเดือนก่อน +1

    Thank you for providing these tutorials for us all for free.

    • @Codemycom
      @Codemycom  9 หลายเดือนก่อน

      Glad you enjoy them!

  • @t.gentertainmentgroup1262
    @t.gentertainmentgroup1262 9 หลายเดือนก่อน +2

    Superb 💯💯💯💯💯

    • @Codemycom
      @Codemycom  9 หลายเดือนก่อน

      Thanks 🤗

  • @njorogengotho880
    @njorogengotho880 9 หลายเดือนก่อน +1

    Nice one. U make it easy to follow and understand

    • @Codemycom
      @Codemycom  9 หลายเดือนก่อน

      Glad you think so!

  • @imrrobot
    @imrrobot หลายเดือนก่อน

    so .. what about order model in shop app ?

  • @dzakialif
    @dzakialif 20 วันที่ผ่านมา

    sir, why are there 2 order models first in store and the second in payment

  • @AlejoMarrero-c1j
    @AlejoMarrero-c1j 9 หลายเดือนก่อน +1

    Thanks man!! I APPRECIATE THIS

    • @Codemycom
      @Codemycom  9 หลายเดือนก่อน +1

      Welcome!

  • @collinslife7021
    @collinslife7021 9 หลายเดือนก่อน

    Would be really cool to see Stripe payment integration. Been watching you for a long time and I thank you! :)

    • @Codemycom
      @Codemycom  9 หลายเดือนก่อน +1

      Will most likely use Stripe

  • @deleos3744
    @deleos3744 9 หลายเดือนก่อน

    Amazing

    • @Codemycom
      @Codemycom  9 หลายเดือนก่อน

      Thanks!

  • @haroldambid9445
    @haroldambid9445 8 หลายเดือนก่อน

    i have an error, it says
    order = models.ForeignKey(Order, on_delete=models.CASCADE, null=True)
    ^^^^^
    NameError: name 'Order' is not defined

    • @Codemycom
      @Codemycom  8 หลายเดือนก่อน

      Import your Order model at the top of the page

  • @1001_prabhjotSingh
    @1001_prabhjotSingh 9 หลายเดือนก่อน

    Exception Type: DoesNotExist
    Exception Value:
    ShippingAddress matching query does not exist. getting this error when clicking on the user info

    • @Codemycom
      @Codemycom  9 หลายเดือนก่อน

      Sounds like you didn't watch the last video till the end...

    • @namdarcs
      @namdarcs 9 หลายเดือนก่อน

      I am seeing this issue anytime I create a new user now or login and click "update info" as a previous user I made prior to implementing shipping form... I assume others are seeing the same and I have review a good chunk of the github but cant find where I made the mistake... I think we need to implement the logic for this still...

    • @Codemycom
      @Codemycom  9 หลายเดือนก่อน

      @@namdarcs didn't we fix this at the end of that video?
      th-cam.com/video/O7hNJBkRZNk/w-d-xo.html

    • @namdarcs
      @namdarcs 9 หลายเดือนก่อน

      @@Codemycom It appears this did not fix the issue... I see this error... " DoesNotExist at /update_info/
      ShippingAddress matching query does not exist.... When creating a new user it assumes there is an entry for a shipping address already existing for a user so it fails on this I believe. I assume if you try to create a user brand new on your end you will see the same with the same structure we have done so far.

    • @aysu0101
      @aysu0101 9 หลายเดือนก่อน

      I've done the bit at the end of the video, however when I register a new user, it's giving me the same error although it creates the user@@Codemycom

  • @thisisvkx
    @thisisvkx 9 หลายเดือนก่อน

    Hey Hi, Firstly big thanks to you man I followed this series from starting.
    And now second thing dude I am creating e comm website without user model because I don't want to create users in the db but now can you tell me how I manage the order for shipment. I would request to you please cover API integration for the shipment and for the payment gateway.

    • @Codemycom
      @Codemycom  9 หลายเดือนก่อน +1

      yeah we're going to cover payment

  • @MyMusicWorld786
    @MyMusicWorld786 9 หลายเดือนก่อน

    just completed Musker app i have a request you didnt added comment system in musker app please add it in this project i like your videos very much Thanks for your good work

    • @Codemycom
      @Codemycom  9 หลายเดือนก่อน

      Isn't the entire musker app just a big comment system?

    • @MyMusicWorld786
      @MyMusicWorld786 9 หลายเดือนก่อน

      I mean like in Facebook people can share thinking about a post like that don't mind ok Thanks❤

  • @1001_prabhjotSingh
    @1001_prabhjotSingh 9 หลายเดือนก่อน

    where is next part of the videos

    • @Codemycom
      @Codemycom  9 หลายเดือนก่อน

      They come out every Wednesday...hence the name Django Wednesdays.

  • @officiarydertech8188
    @officiarydertech8188 9 หลายเดือนก่อน

    Still waiting 😭

    • @Codemycom
      @Codemycom  9 หลายเดือนก่อน +2

      For what? They come out every Wednesday. It is 7am Wednesday and the video has posted already. I live in America.

    • @officiarydertech8188
      @officiarydertech8188 9 หลายเดือนก่อน

      @@Codemycom thanks alot for this reply

  • @gianlucagiuman6132
    @gianlucagiuman6132 9 หลายเดือนก่อน

    The evolution could be :
    api support for order/product
    International payment system
    Delivery service api with major service
    😅😅😅😅

    • @Codemycom
      @Codemycom  9 หลายเดือนก่อน +1

      we definitely won't be dealing with delivery stuff...every product is different, so would require a different delivery service - we couldn't possibly do them all

    • @gianlucagiuman6132
      @gianlucagiuman6132 9 หลายเดือนก่อน

      @@Codemycom I imagine, but just only one could be great for international users !!