django-orm-standalone icon indicating copy to clipboard operation
django-orm-standalone copied to clipboard

makemigrations does not find installed apps

Open waspinator opened this issue 8 years ago • 1 comments

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.

waspinator avatar Sep 29 '16 22:09 waspinator

Not sure if this should still be open, but this is from the docs:

To add migrations to an app that doesn't have a migrations directory, run makemigrations with the app's app_label.

There are no issues here.

jourdanrodrigues avatar Jul 01 '19 19:07 jourdanrodrigues