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

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/