john 2e30c7b37f 项目终止 7 months ago
..
.idea 2e30c7b37f 项目终止 7 months ago
Air_mis 2e30c7b37f 项目终止 7 months ago
Sellers 2e30c7b37f 项目终止 7 months ago
Users 2e30c7b37f 项目终止 7 months ago
index 2e30c7b37f 项目终止 7 months ago
static 2e30c7b37f 项目终止 7 months ago
README.md 2e30c7b37f 项目终止 7 months ago
db.sqlite3 2e30c7b37f 项目终止 7 months ago
manage.py 2e30c7b37f 项目终止 7 months ago
requirements.txt 2e30c7b37f 项目终止 7 months ago
views (1).py 2e30c7b37f 项目终止 7 months ago
views.py 2e30c7b37f 项目终止 7 months ago

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/