Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道有这样一个问题,但它对我不起作用。当我“迁移”时,我会从控制台收到一条消息。如何处理这个错误?我希望有人一步一步地告诉我。我会很感激。我正在使用 virtualenv python 3.4、postgresql 9.6 和 powershell。
尝试sqlmigrate改用
sqlmigrate
python manage.py sqlmigrate <app_label> <migration_name>
(迁移名称不需要.py后缀。
.py
然后输入你的dbshell
python manage.py dbshell
然后将代码从 sqlmigrate 复制并粘贴到终端中。