Merge pull request #208 from adamfast/patch-1

Update with default for HAS_TAG_SUPPORT
This commit is contained in:
Ross Poulton 2014-03-05 09:03:18 +11:00
commit 180599875e

View File

@ -1,4 +1,3 @@
"""
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 '''
# redirect to login page instead of the default homepage when users visits "/"?