[ 源代码: python-django-pgschemas ]
软件包:python3-django-pgschemas(0.12.0-1)
python3-django-pgschemas 的相关链接
Debian 的资源:
下载源码包 python-django-pgschemas:
- [python-django-pgschemas_0.12.0-1.dsc]
- [python-django-pgschemas_0.12.0.orig.tar.gz]
- [python-django-pgschemas_0.12.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Django multi-tenancy using PostgreSQL schemas (Python3 version)
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 Python 3 version of the library.
其他与 python3-django-pgschemas 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-django
- High-level Python web development framework
-
- dep: python3-psycopg2
- Python 3 module for PostgreSQL
-
- sug: python-django-pgschemas-doc
- Django multi-tenancy using PostgreSQL schemas (Documentation)
