Mercurial > p > roundup > code
diff roundup/configuration.py @ 2850:6d219e7a8789
'TEMPLATES' are also known as 'STATIC_FILES'
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Tue, 02 Nov 2004 09:46:36 +0000 |
| parents | 5dddfc64816d |
| children | ae2907da636d |
line wrap: on
line diff
--- a/roundup/configuration.py Tue Nov 02 09:13:06 2004 +0000 +++ b/roundup/configuration.py Tue Nov 02 09:46:36 2004 +0000 @@ -1,6 +1,6 @@ # Roundup Issue Tracker configuration support # -# $Id: configuration.py,v 1.19 2004-10-30 11:26:37 a1s Exp $ +# $Id: configuration.py,v 1.20 2004-11-02 09:46:36 a1s Exp $ # __docformat__ = "restructuredtext" @@ -394,7 +394,8 @@ ("main", ( (FilePathOption, "database", "db", "Database directory path."), (FilePathOption, "templates", "html", - "Path to the HTML templates directory."), + "Path to the HTML templates directory.", + ["STATIC_FILES"]), (MailAddressOption, "admin_email", "roundup-admin", "Email address that roundup will complain to" " if it runs into trouble."),
