Skip to content

Commit

Permalink
Remove TENANT_APPS, now part of Kiwi TCMS v8.3 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Apr 27, 2020
1 parent 35589bb commit bcc6dd3
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tcms_settings_dir/multi_tenant.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,6 @@
MIDDLEWARE.append('tcms_tenants.middleware.BlockUnauthorizedUserMiddleware') # noqa: F821


TENANT_APPS = [
'django.contrib.sites',

'attachments',
'django_comments',
'modernrpc',
'simple_history',

'tcms.bugs.apps.AppConfig',
'tcms.core.contrib.linkreference',
'tcms.management',
'tcms.testcases.apps.AppConfig',
'tcms.testplans.apps.AppConfig',
'tcms.testruns.apps.AppConfig',
]
TENANT_MODEL = "tcms_tenants.Tenant"
TENANT_DOMAIN_MODEL = "tcms_tenants.Domain"

Expand Down

0 comments on commit bcc6dd3

Please sign in to comment.