django-tenant-schemas
django-tenant-schemas copied to clipboard
Tenant support for Django using PostgreSQL schemas.
Hello, Working on an older project I managed to install it, it also works in the base environment. However, I recently started a new, project, created a new virtual environment...
We are using django-tenant-schemas in production with more than 1500 tenants and migrating is painfull, we are addressing the problem from diferents sides: trying to reduce the number of tenants...
> **Tech stack**: Django 2.2, Python 3.6.7 **django-tenant-schema** is working perfectly and fine with all my custom django apps (TENANT APPS). You can check https://hygull.github.io/try-django-tenant-schemas/. Now I took the above...
Hi. Is there any way to populate the database that has migrations right after tenant creation? I have some fixtures, I would like to load them to that specific schema...
Hi, we using MSSQL as database. As I know MSSQL also supports schemas. As driver we use: https://pypi.org/project/django-pyodbc-azure/ Is there a change that this package will work with MSSQL? Thanks,...
I was looking for an ability to create objects in the database using migrations. Additionally, I expect to make those migrations either shared or tenant-specific. Currently, I do not have...
I have some special requirements that cause me to have multiple defined database connections to the same tenant schemas (just with different postgres users). For this to work out properly,...
I am coding multi-tenancy project using DTS and Django-tenant-users with REST. Angular 7 is used as client. I configured storage to be tenant aware and upload work fine! They are...
I have experienced some troubles adding the apps django_q and rest_framework.auth to SHARED_APPS when running an existing database with a public schema set up and some shared schemas. The command...
The documentation says migrate_schemas has --list option, but that is no longer true. Please update the documentation. Doc link: https://django-tenant-schemas.readthedocs.io/en/latest/use.html#creating-a-tenant > manage.py migrate_schemas: error: unrecognized arguments: --list usage: manage.py migrate_schemas...