Skip to content

Commit

Permalink
Fix wrong variable name in settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FreneticScribbler committed Sep 15, 2020
1 parent a5516ee commit 1ecc508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyRIGS/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
}
}
# Tests lock up SQLite otherwise
if DEBUG or CI:
if DEBUG or STAGING:
CACHES['default'] = {
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache'
}
Expand Down

0 comments on commit 1ecc508

Please sign in to comment.