From 830a62e986000e8e69ac91d67d0a7025469d6a26 Mon Sep 17 00:00:00 2001 From: Adam Fast Date: Tue, 4 Mar 2014 14:20:47 -0600 Subject: [PATCH] Update with default for HAS_TAG_SUPPORT Migration 0006 imports this setting but no value is available so an ImportError is thrown. --- helpdesk/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpdesk/settings.py b/helpdesk/settings.py index 050d0c03..20140721 100644 --- a/helpdesk/settings.py +++ b/helpdesk/settings.py @@ -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 "/"?