Create Our ECommerce Models - Django Wednesdays ECommerce #2

  Рет қаралды 28,010

Codemy.com

Codemy.com

Күн бұрын

Пікірлер: 76
@Codemycom
@Codemycom Жыл бұрын
▶ 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
@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
@Codemycom Жыл бұрын
Thanks! I appreciate that!
@angelrojaarivera
@angelrojaarivera 4 ай бұрын
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
@Teog1992
@Teog1992 6 күн бұрын
The Johnny Sins of coding! My new personal hero
@spencebuzz9220
@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
@Codemycom Жыл бұрын
Awesome! Happy to hear it!
@nickkuroi1442
@nickkuroi1442 Жыл бұрын
Very underrated content! Thank you so much for sharing your knowledge!
@Codemycom
@Codemycom Жыл бұрын
Thanks! Tell your friends ;-)
@daverobb2011
@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
@Codemycom Жыл бұрын
Good tip
@QuietTimeJournal
@QuietTimeJournal Ай бұрын
Exceptional work
@piotr3345
@piotr3345 Жыл бұрын
Second video in playlist and brain started connecting dots. Thank you!
@Codemycom
@Codemycom Жыл бұрын
Awesome!
@joaquimamanho2193
@joaquimamanho2193 5 ай бұрын
I love the way you teach is so clear and simple. the way you write code i see like will less run with bugs
@Codemycom
@Codemycom 5 ай бұрын
thanks
@SadgunChakravarthi
@SadgunChakravarthi 3 ай бұрын
smoothhhhhh as butter great explaination sir
@Codemycom
@Codemycom 3 ай бұрын
Glad you think so!
@stevenodutu7804
@stevenodutu7804 Жыл бұрын
I like how you just explain things casually
@Codemycom
@Codemycom Жыл бұрын
Happy to hear it
@AlejoMarrero-c1j
@AlejoMarrero-c1j 9 ай бұрын
Hi man, thanks for your time and contribution. I am learning a lot and quickly. Greetings from Argentina
@Codemycom
@Codemycom 9 ай бұрын
welcome!
@aisha_yasir
@aisha_yasir Жыл бұрын
WAITING FOR PART 3 ! WEDNESDAY WAS YESTERDAY
@Codemycom
@Codemycom Жыл бұрын
Off this week, videos will start again next wednesday
@aisha_yasir
@aisha_yasir Жыл бұрын
@@Codemycom aightttt
@technologybysrk8419
@technologybysrk8419 Жыл бұрын
I'm following along. Thanks
@Codemycom
@Codemycom Жыл бұрын
Welcome!
@Good-and-Geeky
@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
@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.
@mjb364
@mjb364 8 ай бұрын
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?
@lechendemstephen1378
@lechendemstephen1378 3 ай бұрын
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
@umehmoses8118 Жыл бұрын
Really enjoying the class Sir... Please make them faster
@Codemycom
@Codemycom Жыл бұрын
Thanks, we push out one per week always
@mehdismaeili3743
@mehdismaeili3743 11 ай бұрын
Excellent.
@Codemycom
@Codemycom 11 ай бұрын
Thanks
@chetan2671
@chetan2671 7 ай бұрын
nice tutorial sir
@Codemycom
@Codemycom 7 ай бұрын
thanks
@Good-and-Geeky
@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
@Codemycom Жыл бұрын
Better? You can do whatever you like, there are no rules. People often deliver to different addresses than their primary address.
@abhaysrivastav5664
@abhaysrivastav5664 3 ай бұрын
Thank you so much
@Codemycom
@Codemycom 2 ай бұрын
Welcome!
@islomelboev556
@islomelboev556 10 ай бұрын
Hello sir. I have very important question. How to add quantity of product in warehouse model?
@Codemycom
@Codemycom 10 ай бұрын
In the same way you add any field to any model
@AhmedMorgan-wm4zd
@AhmedMorgan-wm4zd Жыл бұрын
Fantastic video, need tutorials about flet framework
@Codemycom
@Codemycom Жыл бұрын
Thanks
@mjb364
@mjb364 8 ай бұрын
Out of interest why do you not use the static url convention for your images etc...?
@Codemycom
@Codemycom 8 ай бұрын
No real reason
@abderrahmaneelmotaouakkil9566
@abderrahmaneelmotaouakkil9566 Жыл бұрын
So informative and helpful !! I wish you can make a video on how django works with reactjs Many thanks to you
@Codemycom
@Codemycom Жыл бұрын
Glad you like it! Sorry I won't be doing React videos ever.
@ram_qr
@ram_qr 7 ай бұрын
awesome
@Codemycom
@Codemycom 7 ай бұрын
thanks
@memer77714
@memer77714 5 ай бұрын
Sir ia m getting error after adding item in the directories
@Codemycom
@Codemycom 5 ай бұрын
Check your code vs the video to see what you did differently.
@athulkrishna9966
@athulkrishna9966 10 ай бұрын
where can i find the site administration could someone please send me the link
@Codemycom
@Codemycom 10 ай бұрын
localhost:8000/admin
@athulkrishna9966
@athulkrishna9966 10 ай бұрын
@@Codemycom should I need to make any changes in settings? In the database?
@Good-and-Geeky
@Good-and-Geeky Жыл бұрын
love the way you say 'car field' instead of 'Char field' 😏
@Good-and-Geeky
@Good-and-Geeky Жыл бұрын
Excellent tutorials - I've learned a lot...
@Codemycom
@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
@Good-and-Geeky Жыл бұрын
@@Codemycom there is some logic in that I suppose….🤓
@Codemycom
@Codemycom Жыл бұрын
@@Good-and-Geeky lol
@vahidsalehi-l5h
@vahidsalehi-l5h Жыл бұрын
thank you
@Codemycom
@Codemycom Жыл бұрын
wlcm
@TheLummen.
@TheLummen. 7 ай бұрын
Those Ls man ! They must give you nightmares !
@Codemycom
@Codemycom 7 ай бұрын
You have no idea... LOL
@sidersick
@sidersick 5 ай бұрын
instead of the product name I get product object(1)
@Codemycom
@Codemycom 4 ай бұрын
change your admin.py file like we do in the video.
@sidersick
@sidersick 4 ай бұрын
@@Codemycom its fix it jasjasj
@manulyricalbeatz333
@manulyricalbeatz333 Жыл бұрын
What is the password??
@Codemycom
@Codemycom Жыл бұрын
the password is whatever you set it to when you created your admin user
@haroldambid9445
@haroldambid9445 7 ай бұрын
@@Codemycom what's yours? can i try open the admin?
@kodeypatterson8973
@kodeypatterson8973 Жыл бұрын
I had unsubscribed for a bit but I like this more challenging stuff.
@Codemycom
@Codemycom Жыл бұрын
Happy to hear it
@backend-v5r
@backend-v5r Ай бұрын
thank you
@backend-v5r
@backend-v5r Ай бұрын
thank you
Install Static Template Files - Django Wednesdays ECommerce #3
10:44
Learn Django - Build an Asynchronous Chatroom with Django and Channels
1:31:27
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
Product Sales! - Django Wednesdays ECommerce 5
12:12
Codemy.com
Рет қаралды 12 М.
AI Image Recognition Using Python | No Internet Required
4:43
Add Product Images To Homepage - Django Wednesdays ECommerce #4
13:34
Learn Django in 20 Minutes!!
21:25
Tech With Tim
Рет қаралды 438 М.
Django Project - Code a CRM App Tutorial
2:23:40
freeCodeCamp.org
Рет қаралды 469 М.
Add Product To Cart - Django Wednesdays ECommerce 13
24:30
Codemy.com
Рет қаралды 18 М.
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН