Private
Public Access
1
0

tags on session create

This commit is contained in:
Sander Roosendaal
2021-02-28 21:12:50 +01:00
parent 54cb8ff821
commit fa42d313b0
5 changed files with 71 additions and 33 deletions

View File

@@ -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