django-tenant-schemas
django-tenant-schemas copied to clipboard
Tenant support for Django using PostgreSQL schemas.
**Apps from TENANT_APPS being referenced in public schema's auth_permission table.** I'm facing issue while trying to delete user(auth model) from the main site(in the public schema). Actually, i've to implement...
For example, if I'm using an email template, how can I get: `https://mytenant.mydomain.com/` to prefix to the relative urls I will get from my objects such as "get_absolute_url()"
Hi, I am trying to implement separate admin and authentication systems for the public and tenant sites. For the public site I want users to be able to register with...
Hello I didn't found any tenant wise timezone settings. If this already exists please inform.
Hello! I want to use Django's multiple databases functionality, using Postgresql. I also need them to be tenanted. Django-tenant-schemas does not support this, it uses the **connection** object that maps...
We ran into an issue when deleting a model's table. I prepared a [repo](https://github.com/john2x/tenant_delete_migration_case/tree/step-a) that reproduces the issue. It is using `django-taggit`, but I guess the issue also happens with...
Currently, even if there is only one scheme, user is shown with option to list schema and have to select it to proceed. So this PR will, on interactive tenant...
Signed-off-by: Fellipe Henrique
Hi there, I'm bit confused by the behavior of `createsuperuser` command providing the --schema flag. I've 3 three different schemas and I create 3 different superusers respectively by using command...
Hi, I see there are 2 very similar packages. This one is forked from django-schema-tenants called django-tenants Is there a reason why to chose one above the other? I'm wondering...