Corrected the path to the draft archive in the settings file.

- Legacy-Id: 2727
This commit is contained in:
Henrik Levkowetz 2010-12-16 13:19:08 +00:00
parent 8a5e63ec2a
commit e987d2ddff

View file

@ -170,7 +170,7 @@ IESG_TASK_FILE = '/a/www/www6/iesg/internal/task.txt'
IESG_ROLL_CALL_FILE = '/a/www/www6/iesg/internal/rollcall.txt'
IESG_MINUTES_FILE = '/a/www/www6/iesg/internal/minutes.txt'
IESG_WG_EVALUATION_DIR = "/a/www/www6/iesg/evaluation"
INTERNET_DRAFT_ARCHIVE_DIR = '/a/www/ietf/DRAFT_ARCHIVE'
INTERNET_DRAFT_ARCHIVE_DIR = '/a/www/www6s/draft-archive'
# Override this in settings_local.py if needed
CACHE_MIDDLEWARE_SECONDS = 300