▶ 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
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
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.
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
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.
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?
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.
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
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?
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 :)
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?
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.
▶ 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
Thank you for your effort... Your teaching style is unique...
thanks...I think...
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
Awesome!
Thanks John once again great work!!!!!!! Loving this journey we are all on !
Happy to hear it!
Hats off to you... ur teaching style is awesome
thank you!
Thank you very much the best course ever that I watched
Very Welcome!
Sir God bless you for impacting knowledge in me through your tutorial.
Welcome
Thank you for helping me out for building my college project 🙏from India
Wecome!
Your lessons are really helpful. But I think instead of doing styling in html pages, its better to use separate css file.
Great Video.
Thanks!
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.
Just finished #9
Waiting for #10
Thanks
welcome
Thanks alot very helping. But could you please explain how to add multiple images to the product page.
Thanks again
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
Always the best!
Thanks!
Fascinating 👍👍
Thanks!
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.
whatever floats your boat :-p
Thanks John uhuuuuuu!!!!
Welcome!
Thank man! I have one question, Can I get my first job as a programmer with this and similar projects with complete understanding?
I don't see why not
@@Codemycom thanks man, i will also add new funcionality, like pagination and other things!
good@@delic8107
hi Sir , thank foe this tutoril , but please you can add mothod payment in this app
we probably will eventually
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?
no sorry, I don't do consulting work.
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.
Personal Preference
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
There's nothing wrong with flask. It's a different tool @@Kennethlumor
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?
Well, there are hundreds of languages...so yes it would be too much work.
Hell Yeah!
Woohoo!
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 :)
Awesome!
I need the source code
In the pinned comment, as always.
@@Codemycom tysm sit
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?
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.
How did you fixed this.
same problem
Hello, how can we use the admin widget autocompleteselect on a custom template? This Is for make a search on fk
this isn't working for me the output html shows no image
you have a typo somewhere