Mercurial > p > roundup > code
changeset 2590:cc3726fc8830 maint-0.7
merge from HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 20 Jul 2004 00:23:14 +0000 |
| parents | a3ec9023dd1a |
| children | 9e1c4c932323 |
| files | templates/minimal/config.py |
| diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/minimal/config.py Mon Jul 19 01:49:12 2004 +0000 +++ b/templates/minimal/config.py Tue Jul 20 00:23:14 2004 +0000 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: config.py,v 1.6 2004-03-26 23:45:34 richard Exp $ +# $Id: config.py,v 1.6.2.1 2004-07-20 00:23:14 richard Exp $ import os @@ -48,6 +48,11 @@ # This is the directory that the HTML templates reside in TEMPLATES = os.path.join(TRACKER_HOME, 'html') +# Optional: the directory that static files are served from (files with the +# URL /@@file/<filename>). If this is not defined, then static files are +# served from the TEMPLATES directory. +# STATIC_FILES = os.path.join(TRACKER_HOME, 'files') + # A descriptive name for your roundup instance TRACKER_NAME = 'Roundup issue tracker'
