CHANGES
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
tox.ini
src/django_tenant_admin.egg-info/PKG-INFO
src/django_tenant_admin.egg-info/SOURCES.txt
src/django_tenant_admin.egg-info/dependency_links.txt
src/django_tenant_admin.egg-info/not-zip-safe
src/django_tenant_admin.egg-info/requires.txt
src/django_tenant_admin.egg-info/top_level.txt
src/tenant_admin/__init__.py
src/tenant_admin/apps.py
src/tenant_admin/backends.py
src/tenant_admin/checks.py
src/tenant_admin/config.py
src/tenant_admin/exceptions.py
src/tenant_admin/forms.py
src/tenant_admin/middleware.py
src/tenant_admin/options.py
src/tenant_admin/sites.py
src/tenant_admin/skeleton.py
src/tenant_admin/strategy.py
src/tenant_admin/templates/tenant_admin/action_page.html
src/tenant_admin/templates/tenant_admin/app_index.html
src/tenant_admin/templates/tenant_admin/base.html
src/tenant_admin/templates/tenant_admin/base_site.html
src/tenant_admin/templates/tenant_admin/change_form.html
src/tenant_admin/templates/tenant_admin/change_list.html
src/tenant_admin/templates/tenant_admin/index.html
src/tenant_admin/templates/tenant_admin/linked_objects.html
src/tenant_admin/templates/tenant_admin/main_change_form.html
src/tenant_admin/templates/tenant_admin/select_tenant.html
src/tenant_admin/templates/tenant_admin/smart_index.html
tests/.coveragerc
tests/conftest.py
tests/test_base.py
tests/test_checks.py
tests/test_index.py
tests/test_perms.py
tests/test_strategy.py
tests/demo/django_tenant_admin.sqlite
tests/demo/demoapp/__init__.py
tests/demo/demoapp/admin.py
tests/demo/demoapp/apps.py
tests/demo/demoapp/backends.py
tests/demo/demoapp/factories.py
tests/demo/demoapp/models.py
tests/demo/demoapp/settings.py
tests/demo/demoapp/tenant_admin.py
tests/demo/demoapp/tenant_strategy.py
tests/demo/demoapp/urls.py
tests/demo/demoapp/management/commands/demo.py
tests/demo/demoapp/migrations/0001_initial.py
tests/demo/demoapp/migrations/__init__.py