ekinertac / django-multenant

Example project for using multi-tenancy in Django. One DB per tenant.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DO NOT USE THIS PROJECT FOR PRODUCTION

This project is just a proof of concept, django can work with dynamic database creation for fully isolated tenant management.

Has a LOTS of caveats.

TODO:

  • Implement SQLite3
  • Implement PostgreSQL
  • Convert tenant app to PyPi package
  • Implement MySQL

About

Example project for using multi-tenancy in Django. One DB per tenant.

License:MIT License


Languages

Language:Python 100.0%