bernardopires / django-tenant-schemas

Tenant support for Django using PostgreSQL schemas.
https://django-tenant-schemas.readthedocs.org/en/latest/
MIT License
1.45k stars 425 forks source link

"Apps aren't loaded yet" when upgrading from django 3.0.10 to 3.2 #677

Closed williwacker closed 2 years ago

williwacker commented 2 years ago

Hi, I have duplicated my whole virtual environment, have upgraded django to 3.2 and django-tenant-schemas from 1.9.0 to 1.10.0 When starting the application I get "Apps aren't loaded yet". When I remove the django-tenant-schemas app from the installed app it starts perfect. django-tenant-schemas is the first app in INSTALLED_APPS and SHARED_APPS. Any idea how to debug or resolve this problem?