From 6687120a3e0f0b7bfa148e93eb65bb2d2aa383d0 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 7 May 2011 14:21:23 -0400 Subject: updated url schema, frontpage template --- piccast/settings.py.example | 1 + 1 file changed, 1 insertion(+) (limited to 'piccast/settings.py.example') 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 = ( -- cgit v1.2.3