.editorconfig
.gitignore
.travis.yml
CHANGES.txt
LICENSE
MANIFEST.in
README.rst
__init__.py
setup.cfg
setup.py
tox.ini
django_pg_tenants.egg-info/PKG-INFO
django_pg_tenants.egg-info/SOURCES.txt
django_pg_tenants.egg-info/dependency_links.txt
django_pg_tenants.egg-info/not-zip-safe
django_pg_tenants.egg-info/requires.txt
django_pg_tenants.egg-info/top_level.txt
docs/Makefile
docs/advanced_usage.rst
docs/conf.py
docs/examples.rst
docs/index.rst
docs/install.rst
docs/involved.rst
docs/templates.rst
docs/test.rst
docs/use.rst
dpt_test_project/.gitignore
dpt_test_project/manage.py
dpt_test_project/customers/__init__.py
dpt_test_project/customers/models.py
dpt_test_project/dpt_test_app/__init__.py
dpt_test_project/dpt_test_app/models.py
dpt_test_project/dpt_test_app/migrations/0001_initial.py
dpt_test_project/dpt_test_app/migrations/0002_test_drop_unique.py
dpt_test_project/dpt_test_app/migrations/0003_test_add_db_index.py
dpt_test_project/dpt_test_app/migrations/0004_test_alter_unique.py
dpt_test_project/dpt_test_app/migrations/__init__.py
dpt_test_project/dpt_test_project/__init__.py
dpt_test_project/dpt_test_project/settings.py
dpt_test_project/dpt_test_project/urls.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
tenant_schemas/__init__.py
tenant_schemas/apps.py
tenant_schemas/cache.py
tenant_schemas/log.py
tenant_schemas/middleware.py
tenant_schemas/models.py
tenant_schemas/routers.py
tenant_schemas/signals.py
tenant_schemas/storage.py
tenant_schemas/template_loaders.py
tenant_schemas/urlresolvers.py
tenant_schemas/utils.py
tenant_schemas/management/__init__.py
tenant_schemas/management/commands/__init__.py
tenant_schemas/management/commands/collectstatic_schemas.py
tenant_schemas/management/commands/list_tenants.py
tenant_schemas/management/commands/migrate.py
tenant_schemas/management/commands/migrate_schemas.py
tenant_schemas/management/commands/tenant_command.py
tenant_schemas/migration_executors/__init__.py
tenant_schemas/migration_executors/base.py
tenant_schemas/migration_executors/parallel.py
tenant_schemas/migration_executors/standard.py
tenant_schemas/postgresql_backend/__init__.py
tenant_schemas/postgresql_backend/base.py
tenant_schemas/postgresql_backend/introspection.py
tenant_schemas/templatetags/__init__.py
tenant_schemas/templatetags/tenant.py
tenant_schemas/test/__init__.py
tenant_schemas/test/cases.py
tenant_schemas/test/client.py
tenant_schemas/tests/__init__.py
tenant_schemas/tests/models.py
tenant_schemas/tests/test_apps.py
tenant_schemas/tests/test_cache.py
tenant_schemas/tests/test_log.py
tenant_schemas/tests/test_routes.py
tenant_schemas/tests/test_tenants.py
tenant_schemas/tests/test_utils.py
tenant_schemas/tests/testcases.py
tenant_schemas/tests/template_loader/__init__.py
tenant_schemas/tests/template_loader/test_cached_template_loader.py
tenant_schemas/tests/template_loader/test_filesystem_template_loader.py
tenant_schemas/tests/template_loader/templates/hello.html
tenant_schemas/tests/template_loader/themes/tenant.test.com/templates/hello.html