CHANGES.txt
LICENSE
MANIFEST.in
README.rst
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/not-zip-safe
django_tenant_schemas.egg-info/requires.txt
django_tenant_schemas.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/examples.rst
docs/index.rst
docs/install.rst
docs/involved.rst
docs/templates.rst
docs/test.rst
docs/use.rst
docs/_build/doctrees/environment.pickle
docs/_build/doctrees/examples.doctree
docs/_build/doctrees/index.doctree
docs/_build/doctrees/install.doctree
docs/_build/doctrees/involved.doctree
docs/_build/doctrees/templates.doctree
docs/_build/doctrees/test.doctree
docs/_build/doctrees/use.doctree
docs/_build/html/.buildinfo
docs/_build/html/examples.html
docs/_build/html/genindex.html
docs/_build/html/index.html
docs/_build/html/install.html
docs/_build/html/involved.html
docs/_build/html/objects.inv
docs/_build/html/search.html
docs/_build/html/searchindex.js
docs/_build/html/templates.html
docs/_build/html/test.html
docs/_build/html/use.html
docs/_build/html/_sources/examples.txt
docs/_build/html/_sources/index.txt
docs/_build/html/_sources/install.txt
docs/_build/html/_sources/involved.txt
docs/_build/html/_sources/templates.txt
docs/_build/html/_sources/test.txt
docs/_build/html/_sources/use.txt
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/basic.css
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/default.css
docs/_build/html/_static/doctools.js
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/jquery-1.11.1.js
docs/_build/html/_static/jquery.js
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/pygments.css
docs/_build/html/_static/searchtools.js
docs/_build/html/_static/sidebar.js
docs/_build/html/_static/underscore-1.3.1.js
docs/_build/html/_static/underscore.js
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
docs/_build/html/_static/websupport.js
examples/shared_auth/manage.py
examples/shared_auth/blog/__init__.py
examples/shared_auth/blog/admin.py
examples/shared_auth/blog/models.py
examples/shared_auth/blog/tests.py
examples/shared_auth/blog/views.py
examples/shared_auth/customers/__init__.py
examples/shared_auth/customers/forms.py
examples/shared_auth/customers/models.py
examples/shared_auth/customers/views.py
examples/shared_auth/shared_auth/__init__.py
examples/shared_auth/shared_auth/middleware.py
examples/shared_auth/shared_auth/settings.py
examples/shared_auth/shared_auth/urls_public.py
examples/shared_auth/shared_auth/urls_tenants.py
examples/shared_auth/shared_auth/views.py
examples/shared_auth/shared_auth/wsgi.py
examples/shared_auth/templates/base.html
examples/shared_auth/templates/index_public.html
examples/shared_auth/templates/index_tenant.html
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/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/middleware.py
tenant_schemas/models.py
tenant_schemas/routers.py
tenant_schemas/signals.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/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
tenant_schemas/tests/testcases.py