Is there a way to exclude application models from Django migrations? I know modifying model metafiles with managed = False
is an option, but a lot of models to edit every time. Is there a way to tell the application whose models I don't want to port?
source
to share