You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you delete migrations inside the data directory, python manage.py makemigrations won't recreate them. You have to specify python manage.py makemigrations data
In more complicated setups with multiple interdependent apps, it won't migrate them at all, even with the explicit option.
The text was updated successfully, but these errors were encountered:
If you delete migrations inside the data directory,
python manage.py makemigrations
won't recreate them. You have to specifypython manage.py makemigrations data
In more complicated setups with multiple interdependent apps, it won't migrate them at all, even with the explicit option.
The text was updated successfully, but these errors were encountered: