▶ Watch Django Wednesdays Ecommerce Playlist ✅ Subscribe To My KZbin 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
@anuragbhattacharjee39844 ай бұрын
Q just opens up to so much possibility to the scaling of the application. Awesome tutorial John Sir!
@Codemycom4 ай бұрын
glad you enjoyed it!
@JK-nx1wd9 ай бұрын
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.
@Codemycom9 ай бұрын
Awesome! Glad it's all starting to click!
@romanbuchta24810 ай бұрын
That's so cool! I have never heard about "Q" before!
@Codemycom10 ай бұрын
It's pretty nice!
@BiancavanBiljon10 ай бұрын
Thanks for this we were just discussing this needed to be added to our app! Your tutorials are legendary!
@Codemycom10 ай бұрын
Thanks!
@texas16053 күн бұрын
Amazing explanation
@deleos374410 ай бұрын
Hello, following every week, can't wait to start this😄
@Codemycom10 ай бұрын
Hope you enjoy!
@AlejoMarrero-c1j9 ай бұрын
Muy buena descripción "Bob" para un libro jaja. Saludos desde Argentina
@TheLummen.7 ай бұрын
Bob is everywhere !
@Codemycom7 ай бұрын
Ha!
@texas16055 ай бұрын
nice way to explain and liked a lecture
@Codemycom5 ай бұрын
thanks!
@Sandeshpd10 ай бұрын
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. 🎉
@Codemycom10 ай бұрын
Sorry no
@MrKrabbs200910 ай бұрын
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.
@Codemycom10 ай бұрын
yeah just give the form an action
@athulkrishna996610 ай бұрын
when is the order modules will be coming
@Codemycom10 ай бұрын
I have no set schedule
@joseenocperez12 күн бұрын
Why when I hit enter on the search bar without any info to search for it brings all products? I think it has something to do with icontains, the search is looking for blanks how can i fix this?
@Codemycom12 күн бұрын
@@joseenocperez add simple logic
@briangreenberg15310 ай бұрын
Is there a way to force the copyright to always show at the bottom of every page without using all those line breaks?
@Codemycom10 ай бұрын
Sure you could write some custom css but it’s a pain
@ahmedbenmohamed050610 ай бұрын
good Sir , can you add payment with card bancaire in finish this app
@Codemycom10 ай бұрын
Wouldn't be much of an ecommerce site if we didn't discuss payment processing :-p