john 2e30c7b37f 项目终止 7 ماه پیش
..
.idea 2e30c7b37f 项目终止 7 ماه پیش
Air_mis 2e30c7b37f 项目终止 7 ماه پیش
Sellers 2e30c7b37f 项目终止 7 ماه پیش
Users 2e30c7b37f 项目终止 7 ماه پیش
index 2e30c7b37f 项目终止 7 ماه پیش
static 2e30c7b37f 项目终止 7 ماه پیش
README.md 2e30c7b37f 项目终止 7 ماه پیش
db.sqlite3 2e30c7b37f 项目终止 7 ماه پیش
manage.py 2e30c7b37f 项目终止 7 ماه پیش
requirements.txt 2e30c7b37f 项目终止 7 ماه پیش
views (1).py 2e30c7b37f 项目终止 7 ماه پیش
views.py 2e30c7b37f 项目终止 7 ماه پیش

README.md

运行项目

python3 manage.py runserver 

其他说明

如何重建sql表

1、django_migrations

delete from django_migrations where app like 'order'

2、先执行 makemigrations,创建python生成表的函数

python3 manage.py makemigrations order

3、 再执行 migrate,运行sql创建语句

python3 manage.py migrate order

创建超级管理员

python3 manage.py createsuperuser

创建模块

python3 manage.py startapp

https://v3.bootcss.com/getting-started/