summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-04-13 20:49:30 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-04-13 20:49:30 (GMT)
commit61ce3547651e173db11a26ff67ca616ca0bc4aea (patch)
treeb98741cd8d9b6b563b6614428ff6929a47896ff6 /settings.py
parenta9cb2097ba343167b83c7f57b12306f492c91b94 (diff)
import fix
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index e774d1e..1bffc07 100644
--- a/settings.py
+++ b/settings.py
@@ -47,7 +47,7 @@ MIDDLEWARE_CLASSES = (
'django.contrib.messages.middleware.MessageMiddleware',
)
-ROOT_URLCONF = 'helsinki.urls'
+ROOT_URLCONF = 'urls'
TEMPLATE_DIRS = (
os.path.join(PROJECT_DIR, "templates"),