[ ソース: python-django-pgschemas ]
パッケージ: python-django-pgschemas-doc (1.0.1-1)
python-django-pgschemas-doc に関するリンク
Debian の資源:
python-django-pgschemas ソースパッケージをダウンロード:
- [python-django-pgschemas_1.0.1-1.dsc]
- [python-django-pgschemas_1.0.1.orig.tar.gz]
- [python-django-pgschemas_1.0.1-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Django multi-tenancy using PostgreSQL schemas (Documentation)
This app uses PostgreSQL schemas to support data multi-tenancy in a single Django project. It is a fork of django-tenants with some conceptual changes:
* There are static tenants and dynamic tenants. Static tenants can have their own apps and urlconf. * Tenants can be simultaneously routed via subdomain and via subfolder on shared subdomain. * Public is no longer the schema for storing the main site data. Public should be used only for true shared data across all tenants. Table "overriding" via search path is no longer encouraged. * Management commands can be run on multiple schemas via wildcards - the multiproc behavior of migrations was extended to just any tenant command.
This package contains the documentation.