django-tenant-schemas icon indicating copy to clipboard operation
django-tenant-schemas copied to clipboard

Tenant support for Django using PostgreSQL schemas.

Results 120 django-tenant-schemas issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi there. Not really a Django user, but need something exactly like that to FastAPI. Would you guys mind sharing a bit about how adaptable would be library be? I've...

The app was running on 1.11. we are migrating it to 3.0. As it is a multi-tenanted system we use django-tenant-schema. Consider the app is running on django 1.11, I...

I recently had to make a tenant aware admin command, which was extremely easy due to subclassing BaseTenantCommand, the example of which was collectstatic made into collectstatic_schemas. However I can't...

How can I configure 2 or more domain for the same schema name

Hi, I need to create a separate google-storage bucket for each tenant-schema, I have integrated a bucket with my application but for this, I am using the same bucket for...

i want to connect my frontend framework to djano rest tenant schemas using Nginx. How can i go about it? This is what i've done so far # /etc/nginx/conf.d/multitenant.conf server...

Missing 'tenant_command' in example

hi there As per previous posts here I know that it is possible to access a single tenant from the public tenant. However, what is the best practice to access...

I'm having an issue which I think is related to using both django-tenant-schemas and django-oauth-toolkit. When I install django-oauth-toolkit and try to run migrations, once I get to migration `0004_auto_20160525_1623`...

Do I need to do something special to get django-tenant-schemas to work with my custom user model. I am following Django's directions to use AUTH_USER_MODEL. Before I started using django-tenant-schemas...