Extend User Profiles - Django Wednesdays ECommerce 24

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

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

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

    ▶ 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

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

    These videos are awesome, even though we don't dig deep into everything going on, it helps us see the bigger picture up front, then I can study the separate concepts on my own, it really helps me more than the other way around! Since I'm from Brazil, once I start integrating with brazillian apis for payment and shipping I probably will have a lot more learning to do, but these series are a life saver. I'm considering registering for Codemy but prices in USD are so steep for us (5x more expensive just from conversion apart that our minimum wage here is about 3x less than the average US min wage.) Thanks again for this awesome content!

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

      Glad you're enjoying them, thanks for the comment!

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

    what a great explanation!! refering your series to all my freinds!

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

      Thanks!

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

    Thanks again for this John!

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

      Welcome

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

    best tutorials for beginner thank you sir.I really love and greatful your videos

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

      Very welcome!

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

    Would you mind doing a video on product variations? Such as color, and size?

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

      Wouldn't you just add those fields to the model?

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

      ​@@Codemycom Yeah, however I also wanna keep track of the quantities of each variant and display them to the product page. This is where I kinda ran into trouble. I just couldn't wrap my head around it, maybe I'm just over thinking the solution. I could understand if you don't wanna make a whole separate tutorial for this, but I'm open to any suggestions.

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

      @@rbxzy maybe we'll get into it

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

    Watching your video 📸

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

      enjoy!

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

      can you tell me how many video publish to complete Django e-commerce@@Codemycom

  • @vahid-m8b
    @vahid-m8b 10 หลายเดือนก่อน

    awesome ! thank you

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

      welcome

  • @armin.falahatkar
    @armin.falahatkar หลายเดือนก่อน

    thanks

  • @ΝικόλαςΡιζόπουλος-τ9υ
    @ΝικόλαςΡιζόπουλος-τ9υ 9 หลายเดือนก่อน

    👏👏👏👏

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

      🙂

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

    💙💙💙💚💚💚

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

      🙂

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

    💯❤

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

      🙂

  • @emir-vs5fh
    @emir-vs5fh 4 หลายเดือนก่อน

    Hi, I am getting this error (in unregister raise NotRegistered("The model %s is not registered" % model.__name__) django.contrib.admin.exceptions.NotRegistered: The model User is not registered) after adding the code 'admin.site.unregister(User)'. I have searched but could not solve it. Can you help me?

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

      Sounds like you forgot to import at the top:
      from django.contrib.auth.models import User

    • @emir-vs5fh
      @emir-vs5fh 4 หลายเดือนก่อน

      @@Codemycom
      "I wrote all the code you wrote in the video. I imported them;
      from django.contrib import admin
      from .models import Category, Customer, Product, Order, Profile
      from django.contrib.auth.models import User
      I tried with Try except as below but this time i got this error ( django.contrib.admin.exceptions.AlreadyRegistered: The model User is already registered with 'auth.UserAdmin'. )
      try:
      admin.site.unregister(User)
      except NotRegistered:
      pass
      But I still get the same error. How can I fix this?"

    • @emir-vs5fh
      @emir-vs5fh 4 หลายเดือนก่อน

      I fixed the error. We get the error because we are running the unregister code before the register code. We need to run the register code before the unregister code.
      admin.site.register(User, UserAdmin)
      admin.site.unregister(User)

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

    i thing need also add category description and picture, for category page. Meaby product rename like product detail?

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

      Go for it

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