CHANGES.txt
LICENSE
MANIFEST.in
README.rst
VERSION
setup.py
version.py
django_tenants/__init__.py
django_tenants/middleware.py
django_tenants/models.py
django_tenants/routers.py
django_tenants/signals.py
django_tenants/template_loaders.py
django_tenants/urlresolvers.py
django_tenants/utils.py
django_tenants.egg-info/PKG-INFO
django_tenants.egg-info/SOURCES.txt
django_tenants.egg-info/dependency_links.txt
django_tenants.egg-info/not-zip-safe
django_tenants.egg-info/requires.txt
django_tenants.egg-info/top_level.txt
django_tenants/management/__init__.py
django_tenants/management/commands/__init__.py
django_tenants/management/commands/create_tenant.py
django_tenants/management/commands/create_tenant_superuser.py
django_tenants/management/commands/migrate.py
django_tenants/management/commands/migrate_schemas.py
django_tenants/management/commands/syncdb.py
django_tenants/management/commands/tenant_command.py
django_tenants/postgresql_backend/__init__.py
django_tenants/postgresql_backend/base.py
django_tenants/postgresql_backend/introspection.py
django_tenants/templatetags/__init__.py
django_tenants/templatetags/tenant.py
django_tenants/test/__init__.py
django_tenants/test/cases.py
django_tenants/test/client.py
django_tenants/tests/__init__.py
django_tenants/tests/models.py
django_tenants/tests/test_routes.py
django_tenants/tests/test_tenants.py
django_tenants/tests/testcases.py
docs/Makefile
docs/conf.py
docs/credits.rst
docs/examples.rst
docs/index.rst
docs/install.rst
docs/involved.rst
docs/templates.rst
docs/test.rst
docs/use.rst
dts_test_project/manage.py
dts_test_project/python
dts_test_project/customers/__init__.py
dts_test_project/customers/models.py
dts_test_project/customers/migrations/0001_initial.py
dts_test_project/customers/migrations/__init__.py
dts_test_project/dts_test_app/__init__.py
dts_test_project/dts_test_app/models.py
dts_test_project/dts_test_app/migrations/0001_initial.py
dts_test_project/dts_test_app/migrations/__init__.py
dts_test_project/dts_test_project/__init__.py
dts_test_project/dts_test_project/settings.py
examples/tenant_tutorial/manage.py
examples/tenant_tutorial/customers/__init__.py
examples/tenant_tutorial/customers/forms.py
examples/tenant_tutorial/customers/models.py
examples/tenant_tutorial/customers/views.py
examples/tenant_tutorial/customers/migrations/0001_initial.py
examples/tenant_tutorial/customers/migrations/__init__.py
examples/tenant_tutorial/templates/base.html
examples/tenant_tutorial/templates/index_public.html
examples/tenant_tutorial/templates/index_tenant.html
examples/tenant_tutorial/tenant_tutorial/__init__.py
examples/tenant_tutorial/tenant_tutorial/middleware.py
examples/tenant_tutorial/tenant_tutorial/settings.py
examples/tenant_tutorial/tenant_tutorial/urls_public.py
examples/tenant_tutorial/tenant_tutorial/urls_tenants.py
examples/tenant_tutorial/tenant_tutorial/views.py
examples/tenant_tutorial/tenant_tutorial/wsgi.py