'Unable to migrate django tenant schemas
I have started implementing Django Tenant Sachems, I have apps called account, user_account and myapp.
account is my public app. user_account is for user model app which i have used in both public and tenant app which is in tenant app. i need a foreign key relation in user_account from my tenant app. when i do make migrations no issue, but when i do migrate_Schema it throws error that "**Django. db. utils. Programming Error** : relation "myapp_institution" does not exist".
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
