Exclude an app from Django migrations
remove the app from installed apps in your settings.
Removing the __init__.py
file from within the apps migrations directory should work.
remove the app from installed apps in your settings.
Removing the __init__.py
file from within the apps migrations directory should work.