mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-12-26 16:48:50 +01:00
Update with default for HAS_TAG_SUPPORT
Migration 0006 imports this setting but no value is available so an ImportError is thrown.
This commit is contained in:
parent
d99df4a43e
commit
830a62e986
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
Default settings for django-helpdesk.
|
Default settings for django-helpdesk.
|
||||||
|
|
||||||
@ -23,6 +22,7 @@ if type(DEFAULT_USER_SETTINGS) != type(dict()):
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
HAS_TAG_SUPPORT = False
|
||||||
|
|
||||||
''' generic options - visible on all pages '''
|
''' generic options - visible on all pages '''
|
||||||
# redirect to login page instead of the default homepage when users visits "/"?
|
# redirect to login page instead of the default homepage when users visits "/"?
|
||||||
|
Loading…
Reference in New Issue
Block a user