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?
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?