Django3 BuildingDataModel1
Django3 BuildingDataModel1
Model
Models in Django
2
StoreProject Data Model 0 .. 1
featured_product
Product
Cart Category
title
* * 1
description *
created_at name
price products
inventory
1
1 1
*
CartItem *
* *
quantity OrderItem
quantity
Customer *
*
Order
name 1 *
email
placed_at 1
birth_date
…
3
StoreProject Data Model 0 .. 1
featured_product
Product
Cart Category
title
description * 1
created_at name
price products
inventory
1
1 1
CartItem *
* *
quantity OrderItem
quantity
Customer *
Order
name 1 *
email
placed_at 1
birth_date
…
4
The store APP
5
Django Model Basics
6 https://docs.djangoproject.com/en/4.1/topics/db/models/
Creating Models
8
Choice Fields
9
Exercise
10