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