Django电商项目---完成订单页面day5

创建订单项目

python manage.py startapp df_order

image

manas/settings.py

image

manas/urls.py

image

创建静态文件:

templates/df_order/order.html

image

创建模型类

df_order/models.py

image

迁移数据

python manage.py makemigrations
python manage.py migrate

猜你喜欢

转载自www.cnblogs.com/ftl1012/p/10392007.html