Djangoで「一貫性」というアプリを作成しました。私が走るとき
python manage.py sql consistency
次のエラーが表示されます。
App 'consistency' has migrations. Only the sqlmigrate and sqlflush commands can be used when an app has migrations.
このエラーを修正/回避するにはどうすればよいですか? 前もって感謝します。Python 3.4 を使用しています。