-
Hi, I have my tenant and domain models in my public schema and have enabled Django admin app in the default tenant. Now if I log in to a tenant admin, I can also see the tenant model admin there. What is the recommended way to disable it so tenant admins cannot see or modify the other tenants. |
Beta Was this translation helpful? Give feedback.
Answered by
lorinkoz
Sep 6, 2024
Replies: 1 comment 1 reply
-
Calling |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can have different admin sites. I'd recommend you have one site for tenant management, another site for the dynamic tenants. There you can register models at will.
Related docs: https://docs.djangoproject.com/en/5.1/ref/contrib/admin/#adminsite-objects