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

Tenant support for Django using PostgreSQL schemas.

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

I want control of all tenants from one tenant which one is public. For example, - public schema - domain url is "localhost" - Tenant1 schema - domain url is...

question

Are there any plans to support django 2.0 in the near future?

I've recently been updating an older project and ran into some incompatibilities while doing so, which led me to discover what I think might be an issue with `tenant_command`. For...

bug

Current tutorial app works with **Django 1.9** but doesn't works with **2.0.3+** Because `MIDDLEWARE_CLASSES` Deprecated since version **1.10**. So **requirements.txt** with packages version is required until middleware will be upgrade.

If you use non-incrementing ids (like UUIDs) for models, then checking `instance.pk` no longer properly indicates whether the instance has been saved. Instead we can use `instance._state.adding` Let me know...

The problem relies on the use of `FakeTenant` when defining `schema_context()`. If `schema_context()` is used, then when calling `storage.TenantFileSystemStorage.path()`: ``` def path(self, name): """ Look for files in subdirectory of...

bug

From what I can tell it doesn't. Looking at the console log when screating schemas it applies the individual migrations one by one, instead of the squashed one. Any idea...

question

I'm currently testing your nice library, I have already made all the setup written in the doc and everything has worked as expected. I added `PUBLIC_SCHEMA_URLCONF` to be able to...

bug