diff templates/classic/config.py @ 2588:e80604dbe2af

document the STATIC_FILES config var
author Richard Jones <richard@users.sourceforge.net>
date Tue, 20 Jul 2004 00:15:23 +0000
parents fa50e1347397
children
line wrap: on
line diff
--- a/templates/classic/config.py	Mon Jul 19 06:12:40 2004 +0000
+++ b/templates/classic/config.py	Tue Jul 20 00:15:23 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.9 2004-06-08 05:29:18 richard Exp $
+# $Id: config.py,v 1.10 2004-07-20 00:15:23 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'
 

Roundup Issue Tracker: http://roundup-tracker.org/