Switch to explicit AppConfig declaration

This commit is contained in:
Jens Langhammer
2018-12-26 14:32:33 +01:00
parent 856687475d
commit 70afabec7e
16 changed files with 62 additions and 29 deletions

View File

@ -66,17 +66,17 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'reversion',
'rest_framework',
'passbook.core',
'passbook.admin',
'passbook.api',
'passbook.audit',
'passbook.lib',
'passbook.ldap',
'passbook.oauth_client',
'passbook.oauth_provider',
'passbook.saml_idp',
'passbook.totp',
'passbook.captcha_factor',
'passbook.core.apps.PassbookCoreConfig',
'passbook.admin.apps.PassbookAdminConfig',
'passbook.api.apps.PassbookAPIConfig',
'passbook.audit.apps.PassbookAuditConfig',
'passbook.lib.apps.PassbookLibConfig',
'passbook.ldap.apps.PassbookLdapConfig',
'passbook.oauth_client.apps.PassbookOAuthClientConfig',
'passbook.oauth_provider.apps.PassbookOAuthProviderConfig',
'passbook.saml_idp.apps.PassbookSAMLIDPConfig',
'passbook.totp.apps.PassbookTOTPConfig',
'passbook.captcha_factor.apps.PassbookCaptchaFactorConfig',
]
# Message Tag fix for bootstrap CSS Classes