アプリとデータベースを南と同期させます。
データベースが古いので、新しい列をいくつか追加したいと考えています。
1: python manage.py convert_to_south myappName
2: python manage.py schemamigration myappName --auto
3: python manage.py migrate myappName --fake (did use for a table, but not the
table that is the problem)
4: python manage.py migrate myappName
すべてが見栄えがよく、アプリはすべて同期されています。
しかし、私はまだ1054を取得しています....
何か案は?