Skip to content

Commit 3849620

Browse files
committed
Settings for Trac glue commands.
- Legacy-Id: 11201
1 parent cd417ad commit 3849620

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ietf/settings.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,9 @@ def skip_unreadable_post(record):
604604
"left_menu" : "on",
605605
}
606606

607+
TRAC_ADMIN_CMD = "/usr/bin/trac-admin"
608+
TRAC_WIKI_DIR = "/a/www/www6s/trac"
609+
TRAC_SVN_DIR = "/a/svn/group"
607610

608611
# Put the production SECRET_KEY in settings_local.py, and also any other
609612
# sensitive or site-specific changes. DO NOT commit settings_local.py to svn.

0 commit comments

Comments
 (0)