File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1515# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717#
18- # $Id: config.py,v 1.6 2004-03-26 23:45:34 richard Exp $
18+ # $Id: config.py,v 1.6.2.1 2004-07-20 00: 23:14 richard Exp $
1919
2020import os
2121
4848# This is the directory that the HTML templates reside in
4949TEMPLATES = os .path .join (TRACKER_HOME , 'html' )
5050
51+ # Optional: the directory that static files are served from (files with the
52+ # URL /@@file/<filename>). If this is not defined, then static files are
53+ # served from the TEMPLATES directory.
54+ # STATIC_FILES = os.path.join(TRACKER_HOME, 'files')
55+
5156# A descriptive name for your roundup instance
5257TRACKER_NAME = 'Roundup issue tracker'
5358
You can’t perform that action at this time.
0 commit comments