Skip to content

Commit d22f741

Browse files
committed
Add commented-out settings to use when running against a readonly database.
- Legacy-Id: 4163
1 parent 58f50b7 commit d22f741

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ietf/settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@
216216
# doesn't have to set CACHE_BACKEND in settings_local
217217
CACHE_BACKEND = 'dummy:///'
218218

219+
# For readonly database operation
220+
# CACHE_BACKEND = 'memcached://127.0.0.1:11211/'
221+
# SESSION_ENGINE = "django.contrib.sessions.backends.cache"
222+
219223
IPR_EMAIL_TO = ['ietf-ipr@ietf.org', ]
220224
DOC_APPROVAL_EMAIL_CC = ["RFC Editor <rfc-editor@rfc-editor.org>", ]
221225

0 commit comments

Comments
 (0)