发布于 2021-09-22 16:04:13
步骤1
python manage.py makemigrations步骤2
python manage.py migrate步骤3
python manage.py createsuperuser发布于 2021-09-22 19:33:18
错误消息是告诉您迁移更改。它甚至给了你逃跑的命令。
python manage.py migratehttps://stackoverflow.com/questions/69286752
复制相似问题