/django-tenant-schemas-example

Django multi-tenant demo project

Primary LanguagePythonMIT LicenseMIT

django-tenant-schemas-example

Demo

Requirements

Steps

  1. Clone this repo

     git clone https://github.com/victor-o-silva/django-tenant-schemas-example.git
    
  2. Enter its directory

     cd django-tenant-schemas-example
    
  3. Build

     docker-compose build
    
  4. Run

     docker-compose up
    
  5. Wait until the containers start up, then open http://localhost:8000/admin in your browser. Use admin as both user and password.