Skip to content

Commit 11d3e6f

Browse files
committed
Added a media subdirectory for floorplans.
- Legacy-Id: 11535
1 parent ad9d5d7 commit 11d3e6f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ietf/settings.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,12 +556,18 @@ def skip_unreadable_post(record):
556556

557557
XML_LIBRARY = "/www/tools.ietf.org/tools/xml2rfc/web/public/rfc/"
558558

559+
# === Meeting Related Settings =================================================
560+
559561
MEETING_MATERIALS_SUBMISSION_START_DAYS = -90
560562
MEETING_MATERIALS_SUBMISSION_CUTOFF_DAYS = 26
561563
MEETING_MATERIALS_SUBMISSION_CORRECTION_DAYS = 50
562564

563565
INTERNET_DRAFT_DAYS_TO_EXPIRE = 185
564566

567+
FLOORPLAN_MEDIA_DIR = 'floor'
568+
569+
# ==============================================================================
570+
565571
DOT_BINARY = '/usr/bin/dot'
566572
UNFLATTEN_BINARY= '/usr/bin/unflatten'
567573
RSYNC_BINARY = '/usr/bin/rsync'

0 commit comments

Comments
 (0)