Remove unused code from settings.py

This commit is contained in:
Oliver Walters 2021-03-10 14:03:09 +11:00
parent 45b3c68930
commit 660fed9196

View File

@ -414,11 +414,6 @@ CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
},
'qr-code': {
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
'LOCATION': 'qr-code-cache',
'TIMEOUT': 3600
}
}
# Password validation