vintasoftware / django-react-boilerplate

Django 5, React, Bootstrap 5 with Python 3 and Webpack project boilerplate
MIT License
1.97k stars 479 forks source link

Consider using makemigrations --check --dry-run instead of custom has_missing_migrations #529

Closed fjsj closed 3 years ago

fjsj commented 3 years ago

Is your feature request related to a problem? Please describe. Consider using makemigrations --check --dry-run instead of custom has_missing_migrations (backend/common/management/commands/has_missing_migrations.py).

See: https://stackoverflow.com/a/48442671/145349

Describe the solution you'd like