mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Fix wrong variable name in settings.py
This commit is contained in:
@@ -158,7 +158,7 @@ CACHES = {
|
||||
}
|
||||
}
|
||||
# Tests lock up SQLite otherwise
|
||||
if DEBUG or CI:
|
||||
if DEBUG or STAGING:
|
||||
CACHES['default'] = {
|
||||
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user