Product Pages - Django Wednesdays ECommerce 9

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

Комментарии •

  • @Codemycom
    @Codemycom  Год назад +1

    ▶ Watch Django Wednesdays Ecommerce Playlist ✅ Subscribe To My RUclips 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

  • @codestack6118
    @codestack6118 Год назад +5

    Thank you for your effort... Your teaching style is unique...

  • @iversonrobotics
    @iversonrobotics 7 месяцев назад

    These instructions are TOP-NOTCH!!! Just finished getting my login, logout, registration WORKING flawlessly. IF I can you it, the younger one's can ELSE nothing! Thanks John Elder. I like all your videos FR. smile

  • @namdarcs
    @namdarcs Год назад +2

    Thanks John once again great work!!!!!!! Loving this journey we are all on !

  • @shabnameghbal7914
    @shabnameghbal7914 3 месяца назад

    Hats off to you... ur teaching style is awesome

  • @DelginAhmed
    @DelginAhmed 6 месяцев назад +1

    Thank you very much the best course ever that I watched

  • @Kennethlumor
    @Kennethlumor Год назад +1

    Sir God bless you for impacting knowledge in me through your tutorial.

  • @ishika05843
    @ishika05843 7 месяцев назад

    Thank you for helping me out for building my college project 🙏from India

  • @Shanilka.Ariyarathne
    @Shanilka.Ariyarathne 21 день назад

    Your lessons are really helpful. But I think instead of doing styling in html pages, its better to use separate css file.

  • @djangodeveloper07
    @djangodeveloper07 Год назад +1

    Great Video.

  • @samehpersonalchannel9533
    @samehpersonalchannel9533 Год назад

    Thank you for this Great tutorial series John, i always wait every Wednesday for the new video, You know this will be more appreciated if you give us CRUD operations with Ajax and Jquery.

  • @technologybysrk8419
    @technologybysrk8419 Год назад

    Just finished #9
    Waiting for #10
    Thanks

  • @chemicalashraf
    @chemicalashraf 9 месяцев назад

    Thanks alot very helping. But could you please explain how to add multiple images to the product page.
    Thanks again

  • @dakoderii4221
    @dakoderii4221 6 месяцев назад +1

    Make sure to remove this style attribute in the top div of the Bootstrap card or it will be very small with large print and the picture will not fill out its container on the Y axis. If you're having a problem with the image on the card, you might have forgot to remove that. The other option is to add the class "h-100" to have it stretch to fill out the container on the Y axis. You'll still have the large text problem. Maybe that's what you want if you only plan to have a very short description(5-6 words).
    to

  • @devderole
    @devderole 5 месяцев назад

    Always the best!

  • @ukejenonso9569
    @ukejenonso9569 Год назад

    Fascinating 👍👍

  • @spyderrex
    @spyderrex 4 месяца назад

    Hey, I found that, in the home.html file, where the if statement regarding the sale is, you can just add the if statement for the sale part rather than repeating the whole block.

    • @Codemycom
      @Codemycom  4 месяца назад

      whatever floats your boat :-p

  • @kelver3158
    @kelver3158 9 месяцев назад

    Thanks John uhuuuuuu!!!!

  • @delic8107
    @delic8107 11 месяцев назад

    Thank man! I have one question, Can I get my first job as a programmer with this and similar projects with complete understanding?

    • @Codemycom
      @Codemycom  11 месяцев назад

      I don't see why not

    • @delic8107
      @delic8107 11 месяцев назад

      @@Codemycom thanks man, i will also add new funcionality, like pagination and other things!

    • @Codemycom
      @Codemycom  11 месяцев назад +1

      good@@delic8107

  • @ahmedbenmohamed0506
    @ahmedbenmohamed0506 Год назад +1

    hi Sir , thank foe this tutoril , but please you can add mothod payment in this app

    • @Codemycom
      @Codemycom  Год назад +1

      we probably will eventually

  • @yaokouadioalexis6876
    @yaokouadioalexis6876 Год назад

    Hi John!!! I am thinking of an e-commerce website in which the photo of an article and the video of this same article are broadcast alternately (or when the user performs an action on their mouse) for example and in the same area. 'display. Can you give me some possible solutions?

    • @Codemycom
      @Codemycom  Год назад

      no sorry, I don't do consulting work.

  • @Kennethlumor
    @Kennethlumor Год назад

    Sir please I want to ask why do you choose Django over flask for this project, does it mean Flask cannot develop a larger or robust projects like this.

    • @Codemycom
      @Codemycom  Год назад +1

      Personal Preference

    • @Kennethlumor
      @Kennethlumor Год назад

      Okay that's great. But the reason why I was asking is that I was exposed to Flask as a self thought. But now it looks like most of the tutorial I watch are saying flask is not good to handle larger projects. That's why I need clarification

    • @Codemycom
      @Codemycom  Год назад

      There's nothing wrong with flask. It's a different tool @@Kennethlumor

  • @luisotavio2932
    @luisotavio2932 Год назад

    Hey man, I learned a lot from you, but because I'm not fluent in English, it ends up being difficult to understand some parts... would it be too much work to put subtitles or explain in a simpler way?

    • @Codemycom
      @Codemycom  Год назад

      Well, there are hundreds of languages...so yes it would be too much work.

  • @trubnikov
    @trubnikov Год назад

    Hell Yeah!

  • @kevincranfield2471
    @kevincranfield2471 4 месяца назад

    Im feeling clever I added the following with out any assistance:
    {% if product.description is not None %}
    {{ product.description }}
    {% else %}
    Description coming soon.
    {% endif %}
    I know simple but feeling very smug :)

  • @devil_gaminn
    @devil_gaminn 7 месяцев назад

    I need the source code

    • @Codemycom
      @Codemycom  7 месяцев назад

      In the pinned comment, as always.

    • @devil_gaminn
      @devil_gaminn 7 месяцев назад

      @@Codemycom tysm sit

  • @AraneaHighwind
    @AraneaHighwind 6 месяцев назад +1

    Hi, I need help. I followed the video exactly but {{ product.image.url }}, {{ product.name }} and {{ product.description }} does not work in my product.html. It does not show an image, the product name does not appear neither does the product description. It is strange because {{ product.name }} works in my home.html but it does not work in the products.html. Does anyone know any way to fix it?

    • @Codemycom
      @Codemycom  6 месяцев назад

      It's can't not work if you followed along exactly...so you must have made a mistake somewhere along the way. I'd wait a few days to clear your brain, and then recheck your code vs the video.

    • @priscilakapuyanyika3609
      @priscilakapuyanyika3609 2 месяца назад

      How did you fixed this.

    • @DTISYathin
      @DTISYathin 2 месяца назад

      same problem

  • @federicocampo557
    @federicocampo557 Год назад

    Hello, how can we use the admin widget autocompleteselect on a custom template? This Is for make a search on fk

  • @DTISYathin
    @DTISYathin 2 месяца назад

    this isn't working for me the output html shows no image

    • @Codemycom
      @Codemycom  Месяц назад

      you have a typo somewhere