diff --git a/PyRIGS/settings.py b/PyRIGS/settings.py index 09619858..685cd6bb 100644 --- a/PyRIGS/settings.py +++ b/PyRIGS/settings.py @@ -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' }