tags on session create
This commit is contained in:
@@ -79,6 +79,7 @@ INSTALLED_APPS = [
|
||||
'django_social_share',
|
||||
'django_countries',
|
||||
'rules',
|
||||
'taggit',
|
||||
]
|
||||
|
||||
AUTHENTICATION_BACKENDS = (
|
||||
@@ -581,3 +582,5 @@ except KeyError:
|
||||
RECAPTCHA_SITE_SECRET = ''
|
||||
|
||||
GEOIP_PATH = STATIC_ROOT
|
||||
|
||||
TAGGIT_CASE_INSENSITIVE = True
|
||||
|
||||
Reference in New Issue
Block a user