Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 680 Bytes

examples.rst

File metadata and controls

12 lines (9 loc) · 680 Bytes

Examples

Tenant Tutorial

This app comes with an interactive tutorial to teach you how to use django-tenant-schemas and to demonstrate its capabilities. This example project is available under examples/tenant_tutorial. You will only need to edit the settings.py file to configure the DATABASES variable and then you're ready to run

./manage.py runserver 

All other steps will be explained by following the tutorial, just open http://127.0.0.1:8000 on your browser.