A Django app to allow multi-tenancy.
Project description
django-omnitenant
django-omnitenant is a Django app that enables multi-tenancy with DB-level isolation and schema-level isolation.
Detailed documentation is in the "docs" directory.
Quick start
- Add "django_omnitenant" to your
INSTALLED_APPSsetting like this:
INSTALLED_APPS = [
...,
"django_omnitenant",
]
**Note:** Add your apps in CUSTOM_APPS
**Note:** Place django_omnitenant before django.contrib.auth if you want to use overridden commands like createsuperuser
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django_omnitenant-0.1.1.tar.gz
(18.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_omnitenant-0.1.1.tar.gz.
File metadata
- Download URL: django_omnitenant-0.1.1.tar.gz
- Upload date:
- Size: 18.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0bbbe1265e825ed342a75251cb9d7c57829bf3537200126c89ce5374946b37e7
|
|
| MD5 |
c1b13d150a6d8a12e0311e489cedd47c
|
|
| BLAKE2b-256 |
d624079eefb09f78c8698ffe7b3bee8329d5d7654c0d5d1014da12516f1e9725
|
File details
Details for the file django_omnitenant-0.1.1-py3-none-any.whl.
File metadata
- Download URL: django_omnitenant-0.1.1-py3-none-any.whl
- Upload date:
- Size: 29.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ad6556858ebdc9396d32db5f06c428f428f8dcf16fc1988e9dd552cb5be31ff
|
|
| MD5 |
771bddddc1427c3cc7665aa47ec45b8c
|
|
| BLAKE2b-256 |
4020dc5395a22d1c96b41940746a6231c554540b6f2e1a3b8fcea31614ef67cc
|