To clone and run this application:
# Clone this repository
$ git clone https://github.com/davidncuba/Django-Tenant-Single-URL.git
# Go into the repository
$ cd Django-Tenant-Single-URL
# Create a Virtualenv
$ python3 -m venv env
$ source env/bin/activate
# Install dependencies
$ pip install -r requirements.txt
# Configure Postgresql
$ setup/setting.py
# Make migrations django
$ python manage.py makemigrations
#Migrate to Database
$ python manage.py migrate
#create new tenant schema(you can create many tenant)
$ python manage.py client
# Create Tenant Superuser
$ python manage.py create_tenant_superuser