Skip to content

Commit f278ea7

Browse files
committed
Undid an unintended commit (code change for test purposes)
- Legacy-Id: 12036
1 parent 7f77264 commit f278ea7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ietf/settings.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -716,11 +716,11 @@ def skip_unreadable_post(record):
716716
# stomp out the cached template loader, it's annoying
717717
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,)))
718718

719-
# CACHES = {
720-
# 'default': {
721-
# 'BACKEND': 'django.core.cache.backends.dummy.DummyCache',
722-
# }
723-
# }
719+
CACHES = {
720+
'default': {
721+
'BACKEND': 'django.core.cache.backends.dummy.DummyCache',
722+
}
723+
}
724724
SESSION_ENGINE = "django.contrib.sessions.backends.db"
725725

726726
if 'SECRET_KEY' not in locals():

0 commit comments

Comments
 (0)