Learned Django Multi-Tenancy using the django-tenants
python package.
- Create a virtual Environment
python -m venv env
/env/Scripts/activate
- Download the required packages
pip install -r requirements.txt
Follow the python Documentation
Contributions are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.