aboutsummaryrefslogtreecommitdiffstats
path: root/piccast/settings.py.example
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2011-05-07 14:21:23 -0400
committerbnewbold <bnewbold@robocracy.org>2011-05-07 14:22:07 -0400
commit6687120a3e0f0b7bfa148e93eb65bb2d2aa383d0 (patch)
tree2915a538b5078ec50544b53367d60e69f58ed4cc /piccast/settings.py.example
parent324a778b95f3c91e98e3610500ac04ac2ea07905 (diff)
downloadpiccast-6687120a3e0f0b7bfa148e93eb65bb2d2aa383d0.tar.gz
piccast-6687120a3e0f0b7bfa148e93eb65bb2d2aa383d0.zip
updated url schema, frontpage template
Diffstat (limited to 'piccast/settings.py.example')
-rw-r--r--piccast/settings.py.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/piccast/settings.py.example b/piccast/settings.py.example
index 23118be..71ef664 100644
--- a/piccast/settings.py.example
+++ b/piccast/settings.py.example
@@ -70,6 +70,7 @@ TEMPLATE_DIRS = (
# Always use forward slashes, even on Windows.
# Don't forget to use absolute paths, not relative paths.
'./templates',
+ '../www',
)
INSTALLED_APPS = (