|
il y a 7 mois | |
---|---|---|
.. | ||
.idea | il y a 7 mois | |
Air_mis | il y a 7 mois | |
Sellers | il y a 7 mois | |
Users | il y a 7 mois | |
index | il y a 7 mois | |
static | il y a 7 mois | |
README.md | il y a 7 mois | |
db.sqlite3 | il y a 7 mois | |
manage.py | il y a 7 mois | |
requirements.txt | il y a 7 mois | |
views (1).py | il y a 7 mois | |
views.py | il y a 7 mois |
python3 manage.py runserver
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