Open surfer190 opened 6 years ago
I realised I don't need auth on the public site, so I removed it. Now I get this error when running funcitonal tests:
auth
django.db.utils.ProgrammingError: relation "auth_permission" does not exist LINE 1: ...ntent_type_id", "auth_permission"."codename" FROM "auth_perm...
Hmmm, so you have to reset the db when updating SHARED_APPS according to this issue https://github.com/bernardopires/django-tenant-schemas/issues/525
SHARED_APPS
I realised I don't need
auth
on the public site, so I removed it. Now I get this error when running funcitonal tests: