Search Products - Django Wednesdays ECommerce 26

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

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

  • @Codemycom
    @Codemycom  9 месяцев назад +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

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

    Q just opens up to so much possibility to the scaling of the application. Awesome tutorial John Sir!

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

      glad you enjoyed it!

  • @JK-nx1wd
    @JK-nx1wd 8 месяцев назад

    Super dupa once again John. Echoing others that your teaching method is sublime. I chose the fa fa-search to the navbar other day and got it to work perfect with the search.html and all of the code of this tutorial. Loads of this logical thinking and code patterns are really sinking in now. Thanks loads.

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

      Awesome! Glad it's all starting to click!

  • @romanbuchta248
    @romanbuchta248 9 месяцев назад +1

    That's so cool! I have never heard about "Q" before!

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

      It's pretty nice!

  • @AlejoMarrero-c1j
    @AlejoMarrero-c1j 8 месяцев назад

    Muy buena descripción "Bob" para un libro jaja. Saludos desde Argentina

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

    Thanks for this we were just discussing this needed to be added to our app! Your tutorials are legendary!

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

    Bob is everywhere !

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

    Hello, following every week, can't wait to start this😄

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

      Hope you enjoy!

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

    nice way to explain and liked a lecture

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

    Hey John, I'm following your Twitter clone with Django playlist & I must admit I'm totally loving it. Thanks for that.
    I wanted to ask do u happen to have some videos on Django and React web app or any plans to make such videos in future? If not, please consider to give it a try, Cuz you're amazing as a teacher. 🎉

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

    Hey I was wondering about this one case. Say I want to make search avaliable on all pages through navbar. I make the form and include it in navbar. But the thing is it defaults to the view of the page I am currently at, say I am at landing page, home which has the home view. It doesn't go to the search view since it uses the other one. If I include the "get" of the searched value and render in the home view then it works, but on other pages it doesn't since it uses their respective views. I don't think adding the search functionale to every view is the way to go, how could I circumvent it?
    UPD: I seem to have found solution, I just put "/search/" into the action of form. Seems to work ok.

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

      yeah just give the form an action

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

    when is the order modules will be coming

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

      I have no set schedule

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

    Is there a way to force the copyright to always show at the bottom of every page without using all those line breaks?

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

      Sure you could write some custom css but it’s a pain

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

    good Sir , can you add payment with card bancaire in finish this app

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

      Wouldn't be much of an ecommerce site if we didn't discuss payment processing :-p

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

      @@Codemycom yes 👍

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

    one like for your burning 🔥 🔥Eyes

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

      ha thanks, I think

  • @vahid-m8b
    @vahid-m8b 9 месяцев назад

    thanks