Django make migrations
How to create migrations in django
6
Your models have changes that are not yet reflected in a migration, and so won't be applied. Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them.
1
Source: stackoverflow.com
- 1 vote240 views1 answer
- 0 vote184 views1 answer
- 0 vote198 views1 answer
- 1 vote222 views1 answer
- 1 vote205 views1 answer
- 0 vote216 views1 answer
- 0 vote191 views1 answer
- 2 votes226 views2 answers
- 1 vote211 views1 answer
- 0 vote260 views2 answers