summaryrefslogtreecommitdiff
path: root/helsinki.program/settings.py
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-03-26 19:47:27 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-03-26 19:47:27 (GMT)
commit92d2cd54a68f85d92b3bde2c12800c9b1a360641 (patch)
treecf4abaaa6a2500dc51e78e99aa643df4c045f115 /helsinki.program/settings.py
parent1f384ccf609e4d8cea4ac15c789d044ab6fa86f7 (diff)
creating an egg pt3
Diffstat (limited to 'helsinki.program/settings.py')
-rw-r--r--helsinki.program/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/helsinki.program/settings.py b/helsinki.program/settings.py
index ac4ad72..c5173a5 100644
--- a/helsinki.program/settings.py
+++ b/helsinki.program/settings.py
@@ -64,7 +64,7 @@ MIDDLEWARE_CLASSES = (
'django.contrib.messages.middleware.MessageMiddleware',
)
-ROOT_URLCONF = 'helsinki.urls'
+ROOT_URLCONF = 'helsinki.program.urls'
TEMPLATE_DIRS = (
os.path.join(os.path.dirname(__file__), "templates"),