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/