Skip to content

Commit 9b91480

Browse files
author
Richard Jones
committed
merge from HEAD
1 parent 583ebc5 commit 9b91480

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

templates/minimal/config.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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

2020
import os
2121

@@ -48,6 +48,11 @@
4848
# This is the directory that the HTML templates reside in
4949
TEMPLATES = 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
5257
TRACKER_NAME = 'Roundup issue tracker'
5358

0 commit comments

Comments
 (0)