Mercurial > p > roundup > code
changeset 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 | ecf8503da2e5 |
| children | 96626831def1 |
| files | roundup/configuration.py |
| diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
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."),
