Skip to content

luisiacc/django-pgschemas

 
 

Repository files navigation

django-pgschemas

Packaging: poetry

Code style: black

Join the chat at https://gitter.im/django-pgschemas

Build status

Documentation status

Code coverage

PyPi version

Downloads

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.

Documentation

https://django-pgschemas.readthedocs.io/

Contributing

  • Join the discussion at https://gitter.im/django-pgschemas/community.
  • PRs are welcome! If you have questions or comments, please use the link above.
  • To run the test suite run make or make coverage. The tests for this project live inside a small django project called dpgs_sandbox. Database password and database host can be set through the environment variables DATABASE_PASSWORD and DATABASE_HOST.

Credits

About

Django multi-tenancy using PostgreSQL schemas

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Makefile 0.2%