プロジェクトでdjango-orderedmodel ( https://github.com/kirelagin/django-orderedmodel ) を使用しようとしています。
makemigrations を実行しても機能しません:
You are trying to add a non-nullable field 'order' to slide without a default; we can't do that (the database needs something to populate existing rows).
Please select a fix:
1) Provide a one-off default now (will be set on all existing rows)
2) Quit, and let me add a default in models.py
Select an option:
私はこれをどこで間違っているのか知りたいです。ありがとう