▶ 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
@deki90to Жыл бұрын
Learned from many people on YT from the past 4 years, but this channel is No1 by far. You know how to share knowledge, Sir
@Codemycom Жыл бұрын
Thanks! I appreciate that!
@angelrojaarivera4 ай бұрын
si la universidades enseñaran como usted lo hace , todo seria color de rosa , muy bien explicado y gracias por compartir tu conocimiento from "PERU" eres grande profe
@Teog19926 күн бұрын
The Johnny Sins of coding! My new personal hero
@spencebuzz9220 Жыл бұрын
I've used most of your tutorials for live projects. Thank you so much. Been with you since the first Ep of Django Wednesdays. Thank you John.
@Codemycom Жыл бұрын
Awesome! Happy to hear it!
@nickkuroi1442 Жыл бұрын
Very underrated content! Thank you so much for sharing your knowledge!
@Codemycom Жыл бұрын
Thanks! Tell your friends ;-)
@daverobb2011 Жыл бұрын
John, you should add: class Meta: verbose_name_plural = 'categories' to the Category class so it shows up as Categories and not Categorys. As always I really enjoy following you.
@Codemycom Жыл бұрын
Good tip
@QuietTimeJournalАй бұрын
Exceptional work
@piotr3345 Жыл бұрын
Second video in playlist and brain started connecting dots. Thank you!
@Codemycom Жыл бұрын
Awesome!
@joaquimamanho21935 ай бұрын
I love the way you teach is so clear and simple. the way you write code i see like will less run with bugs
@Codemycom5 ай бұрын
thanks
@SadgunChakravarthi3 ай бұрын
smoothhhhhh as butter great explaination sir
@Codemycom3 ай бұрын
Glad you think so!
@stevenodutu7804 Жыл бұрын
I like how you just explain things casually
@Codemycom Жыл бұрын
Happy to hear it
@AlejoMarrero-c1j9 ай бұрын
Hi man, thanks for your time and contribution. I am learning a lot and quickly. Greetings from Argentina
@Codemycom9 ай бұрын
welcome!
@aisha_yasir Жыл бұрын
WAITING FOR PART 3 ! WEDNESDAY WAS YESTERDAY
@Codemycom Жыл бұрын
Off this week, videos will start again next wednesday
@aisha_yasir Жыл бұрын
@@Codemycom aightttt
@technologybysrk8419 Жыл бұрын
I'm following along. Thanks
@Codemycom Жыл бұрын
Welcome!
@Good-and-Geeky Жыл бұрын
Anyone else getting an error of *TypeError: **__str__** returned non-string (type Product)* when trying to add an order. Everything else is working as expected.
@Good-and-Geeky Жыл бұрын
I got the order form in admin to work by changing to this - *def __int__(self):* instead of using def __str__(self) Don't know it this is going to mess up other things... I'll have to wait and see.
@mjb3648 ай бұрын
Another question, is it better to create a Customer model rather than use the inbuilt User model, and extend that model with an stackInLine relationship to manage the users/customers, that way you can benefit from the django authentication framework OOTB?
@lechendemstephen13783 ай бұрын
I always like to create my custom user model because when authenticating users I’ll like the “ email “ and password to be used rather than the default “ username”… username is really not unique to users , but emails are unique,.
@umehmoses8118 Жыл бұрын
Really enjoying the class Sir... Please make them faster
@Codemycom Жыл бұрын
Thanks, we push out one per week always
@mehdismaeili374311 ай бұрын
Excellent.
@Codemycom11 ай бұрын
Thanks
@chetan26717 ай бұрын
nice tutorial sir
@Codemycom7 ай бұрын
thanks
@Good-and-Geeky Жыл бұрын
There is a customer phone number in the Customer db and wouldn't it be better to also keep the address with the customer. Unless you wanted to have something different, like a delivery address for that order?
@Codemycom Жыл бұрын
Better? You can do whatever you like, there are no rules. People often deliver to different addresses than their primary address.
@abhaysrivastav56643 ай бұрын
Thank you so much
@Codemycom2 ай бұрын
Welcome!
@islomelboev55610 ай бұрын
Hello sir. I have very important question. How to add quantity of product in warehouse model?
@Codemycom10 ай бұрын
In the same way you add any field to any model
@AhmedMorgan-wm4zd Жыл бұрын
Fantastic video, need tutorials about flet framework
@Codemycom Жыл бұрын
Thanks
@mjb3648 ай бұрын
Out of interest why do you not use the static url convention for your images etc...?
@Codemycom8 ай бұрын
No real reason
@abderrahmaneelmotaouakkil9566 Жыл бұрын
So informative and helpful !! I wish you can make a video on how django works with reactjs Many thanks to you
@Codemycom Жыл бұрын
Glad you like it! Sorry I won't be doing React videos ever.
@ram_qr7 ай бұрын
awesome
@Codemycom7 ай бұрын
thanks
@memer777145 ай бұрын
Sir ia m getting error after adding item in the directories
@Codemycom5 ай бұрын
Check your code vs the video to see what you did differently.
@athulkrishna996610 ай бұрын
where can i find the site administration could someone please send me the link
@Codemycom10 ай бұрын
localhost:8000/admin
@athulkrishna996610 ай бұрын
@@Codemycom should I need to make any changes in settings? In the database?
@Good-and-Geeky Жыл бұрын
love the way you say 'car field' instead of 'Char field' 😏
@Good-and-Geeky Жыл бұрын
Excellent tutorials - I've learned a lot...
@Codemycom Жыл бұрын
@@Good-and-Geeky char is short for character...you pronounce character with a silent H, right? So obviously the abbreviation of that would be pronounced car-field (or care-field I suppose). character-field.
@Good-and-Geeky Жыл бұрын
@@Codemycom there is some logic in that I suppose….🤓
@Codemycom Жыл бұрын
@@Good-and-Geeky lol
@vahidsalehi-l5h Жыл бұрын
thank you
@Codemycom Жыл бұрын
wlcm
@TheLummen.7 ай бұрын
Those Ls man ! They must give you nightmares !
@Codemycom7 ай бұрын
You have no idea... LOL
@sidersick5 ай бұрын
instead of the product name I get product object(1)
@Codemycom4 ай бұрын
change your admin.py file like we do in the video.
@sidersick4 ай бұрын
@@Codemycom its fix it jasjasj
@manulyricalbeatz333 Жыл бұрын
What is the password??
@Codemycom Жыл бұрын
the password is whatever you set it to when you created your admin user
@haroldambid94457 ай бұрын
@@Codemycom what's yours? can i try open the admin?
@kodeypatterson8973 Жыл бұрын
I had unsubscribed for a bit but I like this more challenging stuff.