• Search by Module
  • Search by Word
  • Project Search
  • Top Python APIs
  • Popular Projects
  • Java
  • C++
  • Python
  • Scala
  • Blog
Project: django-tenants (GitHub Link)
  • django-tenants-master
    • run_tests_in_docker.sh
    • CHANGES.rst
    • .github
      • workflows
        • code.yml
    • run_tests.sh
    • dts_test_project
      • dts_test_project
        • urls.py
        • __init__.py
        • settings.py
      • customers
        • models.py
        • __init__.py
        • migrations
          • 0001_initial.py
          • __init__.py
      • manage.py
      • dts_test_app
        • templates
          • index.html
        • tenants
          • test
            • templates
              • index.html
            • static
              • css
                • project.css
          • other
            • templates
              • index.html
            • static
              • css
                • project.css
        • models.py
        • __init__.py
        • migrations
          • 0001_initial.py
          • __init__.py
        • static
          • css
            • project.css
            • global.css
    • examples
      • tenant_tutorial
        • customers
          • models.py
          • views.py
          • forms.py
          • __init__.py
          • migrations
            • 0003_auto_20190404_1612.py
            • 0002_auto_20171207_1616.py
            • 0001_initial.py
            • __init__.py
          • admin.py
        • templates
          • index_public.html
          • upload_file.html
          • base.html
          • random_form.html
          • index_tenant.html
        • manage.py
        • tenant_only
          • apps.py
          • models.py
          • views.py
          • tests.py
          • __init__.py
          • migrations
            • 0002_uploadfile.py
            • 0001_initial.py
            • __init__.py
          • admin.py
          • management
            • commands
              • dtest.py
              • __init__.py
            • __init__.py
        • tenant_tutorial
          • middleware.py
          • urls_tenants.py
          • wsgi.py
          • urls_public.py
          • views.py
          • __init__.py
          • settings.py
    • LICENSE
    • .readthedocs.yml
    • README.rst
    • setup.py
    • __init__.py
    • requirements.txt
    • django_tenants
      • apps.py
      • urlresolvers.py
      • log.py
      • cache.py
      • staticfiles
        • __init__.py
        • finders.py
        • storage.py
      • routers.py
      • files
        • __init__.py
        • storage.py
        • storages.py
      • test
        • client.py
        • cases.py
        • __init__.py
      • middleware
        • default.py
        • __init__.py
        • main.py
        • suspicious.py
      • templates
        • admin
          • django_tenants
            • tenant
              • change_form.html
          • index.html
      • migration_executors
        • standard.py
        • __init__.py
        • multiproc.py
        • base.py
      • templatetags
        • __init__.py
        • tenant.py
      • models.py
      • template
        • __init__.py
        • loaders
          • filesystem.py
          • cached.py
          • __init__.py
      • __init__.py
      • utils.py
      • tests
        • staticfiles
          • __init__.py
          • test_finders.py
          • test_storage.py
        • test_utils.py
        • test_cache.py
        • files
          • __init__.py
          • test_storage.py
        • test_settings.py
        • test_tenants.py
        • test_fast_tenants.py
        • template
          • __init__.py
          • loaders
            • test_cached.py
            • test_filesystem.py
            • __init__.py
        • __init__.py
        • test_routes.py
        • testcases.py
      • clone.py
      • admin.py
      • signals.py
      • management
        • commands
          • clone_tenant.py
          • syncdb.py
          • create_tenant_superuser.py
          • create_tenant.py
          • tenant_command.py
          • migrate_schemas.py
          • rename_schema.py
          • migrate.py
          • collectstatic_schemas.py
          • delete_tenant.py
          • all_tenants_command.py
          • __init__.py
        • __init__.py
      • postgresql_backend
        • _constraints.py
        • introspection.py
        • __init__.py
        • base.py
    • Dockerfile
    • .gitignore
    • docs
      • install.rst
      • credits.rst
      • Makefile
      • examples.rst
      • links.rst
      • files.rst
      • involved.rst
      • use.rst
      • requirements.txt
      • index.rst
      • conf.py
      • test.rst
    • MANIFEST.in
    • docker-compose.yml