Create Our ECommerce Models - Django Wednesdays ECommerce #2

Описание к видео Create Our ECommerce Models - Django Wednesdays ECommerce #2

In this video I want to start to build out the models for our ECommerce website with Django and Python.

We'll need four models to begin with; Customers, Orders, Products, and Categories..

We'll also set up the system that allows us to upload images for our products.

#django #codemy #JohnElder

Timecodes

0:00​​ - Introduction
1:14 - Migrate Django Project
2:08 - Create SuperUser
3:12 - Add Media URL To Settings.py
4:33 - Add Media To Urls.py
6:00 - Create Models
6:45 - Create Category Model
8:22 - Create Customer Model
10:02 - Create Product Model
13:32 - Create Order Model
17:56 - Pip Install Pillow
18:30 - Make Model Migrations
19:09 - Migrate Models
19:20 - Register Models In Admin Section
20:10 - Test It Out In Admin Section
22:08 - Conclusion

Комментарии

Информация по комментариям в разработке