deb_control_files:
- control
- md5sums
- postinst
- prerm
deb_fields:
Architecture: all
Depends: python3-django, python3:any
Description: |-
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.
Homepage: https://github.com/lorinkoz/django-pgschemas
Installed-Size: '171'
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Package: python3-django-pgschemas
Priority: optional
Section: python
Source: python-django-pgschemas
Suggests: python-django-pgschemas-doc
Version: 1.0.1-1
srcpkg_name: python-django-pgschemas
srcpkg_version: 1.0.1-1