▶ 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
Thanks for beginning this playlist on Django Ecommerce website. I have been looking for a good tutorial since but did not find any. I follwed many of your playlists and i'm glad to see that you've started this one. Thank you very much.
Thank you for the fantastic tutorial and for your efforts in explaining the Django e-commerce project! Regarding your point about Django apps not including a template folder by default, I believe this is because Django is often used to build APIs as well as full-stack applications. For API-only projects, having a template folder would be unnecessary and redundant, which is why Django leaves it up to the developer to decide if and when to create one. Thanks again for the valuable content-looking forward to more tutorials from you!
Hey John, I'm looking forward to seeing a project with version 4 of django. Should be interesting to see how it differs from previous versions! I'm curious why you don't have the following structure for templates in the store app: store-->templates-->store. I thought was some sort of convention. Is it still ok to do that if we are used to doing it that way? Thanks. I see from all the comments that you are "Da Man!"
That last Twitter clone app, and the CRM app I did were with Django 4 :-p I didn't do store->templates-> store because this isn't going to be a super complicated app so we aren't going to have other pages not related to the store app. If we were adding many apps to the project, we'd break it up like that. But since we aren't, there's no reason to.
Thank you! BTW, Django setup is still a bit confusing for me, even learning it for the third time. So I totally wouldn't mind if you would slow down a bit and this video would take 15 (20+) minutes instead of 11 :) Great stuff as always and looking forward for next chapters.
just finished your make money coding series and definately learned a lot from that playlist, very thankful to you sir also how long is this series going to be and i'm really excited to learn how to integrate database into large projects
So, Interesting question John... Are we also gonna learn how to create a backend that allows us to easily manipulate the shop on the front end? That is, basically have a visual "builder" kinda like wordpress or google sites where we can add pages, add product, manipulate prices, etc? I'd honestly love to see a tutorial that covers something like this.
You are a great teacher I learned all of django and pytorch from you thanks for that.....I have a suggestion for your this project can you use htmx and alpine js as cdn because I want to learn them and you are the person to teach it
Hi can you please tell in this project have you code all html templates from scratch? or you used custom templates or that are already coded before? Waiting for ur reply
i download the project and after i run it i faced a problem , when add to cart a product , the cart put the number in the cart button and suddenly remove it and the cart changed to zero , what ever i put a product
I have an Problem in running the localhost I have that same localhost in some other project is running in this project localhost. Can Anyone help to solve this problem!!!
gostaria que para voce criar um siatema de venda pos para loja fisica (point of sale) com impressão dos recibos e gestão de estoque notificando quando o estoque esta baixo
▶ 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
I'm subscribed 😅
@@codernerd7076 nice!
Thanks for beginning this playlist on Django Ecommerce website. I have been looking for a good tutorial since but did not find any. I follwed many of your playlists and i'm glad to see that you've started this one. Thank you very much.
Glad you're into it!
For sure sir you the most legit best teacher have ever met thanks alot
thanks!
Thank you for the fantastic tutorial and for your efforts in explaining the Django e-commerce project! Regarding your point about Django apps not including a template folder by default, I believe this is because Django is often used to build APIs as well as full-stack applications. For API-only projects, having a template folder would be unnecessary and redundant, which is why Django leaves it up to the developer to decide if and when to create one. Thanks again for the valuable content-looking forward to more tutorials from you!
Yees🎉🎉 this will be a great series, you're the best, thanks. 👍
Thanks!
Woot new project 🎉
Woohoo!
Quality useful content from a quality & useful man.
Thank you!
Hey John, I'm looking forward to seeing a project with version 4 of django. Should be interesting to see how it differs from previous versions! I'm curious why you don't have the following structure for templates in the store app: store-->templates-->store. I thought was some sort of convention. Is it still ok to do that if we are used to doing it that way? Thanks. I see from all the comments that you are "Da Man!"
That last Twitter clone app, and the CRM app I did were with Django 4 :-p I didn't do store->templates-> store because this isn't going to be a super complicated app so we aren't going to have other pages not related to the store app. If we were adding many apps to the project, we'd break it up like that. But since we aren't, there's no reason to.
Thank you! BTW, Django setup is still a bit confusing for me, even learning it for the third time. So I totally wouldn't mind if you would slow down a bit and this video would take 15 (20+) minutes instead of 11 :) Great stuff as always and looking forward for next chapters.
Or just watch any of the dozens of other videos I have on introductory Django lol
just finished your make money coding series and definately learned a lot from that playlist, very thankful to you sir
also how long is this series going to be and i'm really excited to learn how to integrate database into large projects
Glad you liked it. No clue how long this one will be, I don't plan them out like that.
you are a life saver for my collage project
happy to hear it!
You are incredible sir
Thanks!
Mr John Elder you’re awesome thank you
Appreciate it!
wow thanks for sharing :)
Very welcome
Why are you the best coding teacher on TH-cam? The world may never know.
Ha, thanks!
Agree
Nowhere near the best lol
So, Interesting question John... Are we also gonna learn how to create a backend that allows us to easily manipulate the shop on the front end? That is, basically have a visual "builder" kinda like wordpress or google sites where we can add pages, add product, manipulate prices, etc? I'd honestly love to see a tutorial that covers something like this.
We'll probably just use the Django admin area to add products, but we could fairly easily create a frontend to do that.
Hands down the bestt!
Thanks!
You are a great teacher I learned all of django and pytorch from you thanks for that.....I have a suggestion for your this project can you use htmx and alpine js as cdn because I want to learn them and you are the person to teach it
Thanks. Sorry, no plans to use those things..
Thanks man, You should make react series and how to connect react with django.
react isn't really my thing...maybe someday
Hi, great effort please guide me from where can I get the source hub either you have github repository or anyother location?
Code's in the pinned comment, always.
Hi can you please tell in this project have you code all html templates from scratch? or you used custom templates or that are already coded before? Waiting for ur reply
Watch the playlist from the beginning, you'll see exactly what I did.
Is the playlist comprised of only 8 videos, or is it a paid full course?
This is a current playlist…there’s a new one each Wednesday…hence the name.
Hi. Can I use vscode text editor instead of sublime?
If you have to ask, then I wouldn't.
your all song very nice i like your song you best singer of Punjab God bless you
Think you might have me confused with someone else lol
Hello
I restarted this project!
Thank you 👍
Welcome!
hi, does Django have prebuilt library for ecommerce sites?
no
when you will do another flask series sir?
No plans fort that in the near future...
Hi, Do you have any tutorial for django hosting on AWS?
No
thank you can you add partie payement
don't know what that is
John, we are looking forward your video on Flask ecommerce. Are you ready?
I have no plans for that.. haven't suggested otherwise...
i download the project and after i run it i faced a problem , when add to cart a product , the cart put the number in the cart button and suddenly remove it and the cart changed to zero , what ever i put a product
@@ahmeddeghady8935 don’t download the project. The code on GitHub is a reference tool not a finished project for you to just install.
I have an Problem in running the localhost
I have that same localhost in some other project is running in this project localhost.
Can Anyone help to solve this problem!!!
Turn one of them off.
How can i get the source code of that Nest ecommerce website you said cost about 20 bucks? If you have it, pls share with me
thank you
How do you deploy this to an online webserver with a domain name?
I have a course on that at Codemy.com it’s complicated
1 unavailable video is hidden?
Whatcha talking about? There is nothing hidden..
hello where is the source code for this so i can make reference when am stuck
In the pinned comment as I said in the video
muito obrigado pela ajuda que DEUS te abençoe. as suas aulas fizeram de mim um homem e hoje consigo ganhar pão de comer porque voce me formou
take this to advance lvl as possible you can
sure
gostaria que para voce criar um siatema de venda pos para loja fisica (point of sale) com impressão dos recibos e gestão de estoque notificando quando o estoque esta baixo
gys django-admin desn't work in my git someone know why?
You're probably in the wrong directory.
Hi can i get source code for this please
it's in the pinned comment where I said it was in the video
What is the password for admin sir?
It's whatever you set it to when you created your superuser at the beginning when we set up the project
N7d