Skip to content

Installation

Requirements

Python version: 3.6+
Django version: 2.2, 3.1+

Installation

Install the package from pip

$ python -m pip install django-tenant-router

Alternatively you could install the latest development version of the library by cloning the repository from gitlab.

$ git clone https://gitlab.innovaccer.com/tenant-release-management/django-tenant-router.git
$ cd django-tenant-router
$ <activate your project’s virtual environment>
(venv) $ python -m pip install -e . # the dot specifies the current repo