We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f77264 commit f278ea7Copy full SHA for f278ea7
1 file changed
ietf/settings.py
@@ -716,11 +716,11 @@ def skip_unreadable_post(record):
716
# stomp out the cached template loader, it's annoying
717
TEMPLATE_LOADERS = tuple(l for e in TEMPLATE_LOADERS for l in (e[1] if isinstance(e, tuple) and "cached.Loader" in e[0] else (e,)))
718
719
-# CACHES = {
720
-# 'default': {
721
-# 'BACKEND': 'django.core.cache.backends.dummy.DummyCache',
722
-# }
723
+ CACHES = {
+ 'default': {
+ 'BACKEND': 'django.core.cache.backends.dummy.DummyCache',
+ }
724
SESSION_ENGINE = "django.contrib.sessions.backends.db"
725
726
if 'SECRET_KEY' not in locals():
0 commit comments