Thorin Schiffer
Thorin Schiffer
I guess this comes from the StopLight, the UI for editing OAS. I tried to remove those and models are generated as expected. Is there any way to ignore those?
Should we consider it a non-bug?
Great! Thank you very much! On Sat, 31 Dec 2022 at 03:03, Koudai Aono ***@***.***> wrote: > @thorin-schiffer @goodoldneon > > I'm sorry for my too-late reply. > > I...
Maybe I missed something, but still which ticket is supposed to be the duplicate? Could you please provide a link?
Workaround is to turn off south migrations for accounts app in settings.py: ``` SOUTH_MIGRATION_MODULES = { 'accounts': 'ignore', } ``` It won't change much, because there is only initial migration...