Mergeinfo and a tweak to the settings file.

- Legacy-Id: 4208
This commit is contained in:
Henrik Levkowetz 2012-03-24 14:20:10 +00:00
commit e94ea42d6e

View file

@ -216,6 +216,10 @@ else:
# doesn't have to set CACHE_BACKEND in settings_local
CACHE_BACKEND = 'dummy:///'
# For readonly database operation
# CACHE_BACKEND = 'memcached://127.0.0.1:11211/'
# SESSION_ENGINE = "django.contrib.sessions.backends.cache"
IPR_EMAIL_TO = ['ietf-ipr@ietf.org', ]
DOC_APPROVAL_EMAIL_CC = ["RFC Editor <rfc-editor@rfc-editor.org>", ]