Get ENTIRE_SEARCH_BASE from env

This commit is contained in:
PCoder 2019-02-24 22:21:55 +01:00
parent c0264e5dda
commit bf3b3b364f
1 changed files with 2 additions and 0 deletions

View File

@ -161,6 +161,8 @@ AUTH_LDAP_USER_ATTR_MAP = {
"email": "mail"
}
ENTIRE_SEARCH_BASE = config("ENTIRE_SEARCH_BASE")
LOGGING = {
'disable_existing_loggers': False,
'version': 1,