Client does not exist error while migrating for static tenants #140
Replies: 1 comment 3 replies
-
Any more context to the exception? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, everytime I run the migrations I get the following error
engine.models.Client.DoesNotExist: Client matching query does not exist.
For tenants like www and other tenants. If all the other schema migrations run before reaching to static tenants the migrations run just fine. Am I doing something wrong?
` "www":{
'APPS':[],
"DOMAINS": [config('DOMAIN')],
"URLCONF": "elorca_pf.urls",
I am trying to use the other tenants under public schema only
Beta Was this translation helpful? Give feedback.
All reactions