CHANGES.txt
LICENSE
MANIFEST.in
README.markdown
VERSION
setup.py
version.py
django_tenant_schemas.egg-info/PKG-INFO
django_tenant_schemas.egg-info/SOURCES.txt
django_tenant_schemas.egg-info/__init__.py
django_tenant_schemas.egg-info/dependency_links.txt
django_tenant_schemas.egg-info/requires.txt
django_tenant_schemas.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/index.rst
docs/install.rst
docs/involved.rst
docs/test.rst
docs/use.rst
tenant_schemas/__init__.py
tenant_schemas/middleware.py
tenant_schemas/models.py
tenant_schemas/signals.py
tenant_schemas/urlresolvers.py
tenant_schemas/utils.py
tenant_schemas/management/__init__.py
tenant_schemas/management/commands/__init__.py
tenant_schemas/management/commands/createsuperuser.py
tenant_schemas/management/commands/migrate.py
tenant_schemas/management/commands/migrate_schemas.py
tenant_schemas/management/commands/sync_schemas.py
tenant_schemas/management/commands/syncdb.py
tenant_schemas/management/commands/tenant_command.py
tenant_schemas/postgresql_backend/__init__.py
tenant_schemas/postgresql_backend/base.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/routes.py
tenant_schemas/tests/tenants.py