Skip to content
Snippets Groups Projects
Commit 61ce3547 authored by Johannes Raggam's avatar Johannes Raggam
Browse files

import fix

parent a9cb2097
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ MIDDLEWARE_CLASSES = ( ...@@ -47,7 +47,7 @@ MIDDLEWARE_CLASSES = (
'django.contrib.messages.middleware.MessageMiddleware', 'django.contrib.messages.middleware.MessageMiddleware',
) )
ROOT_URLCONF = 'helsinki.urls' ROOT_URLCONF = 'urls'
TEMPLATE_DIRS = ( TEMPLATE_DIRS = (
os.path.join(PROJECT_DIR, "templates"), os.path.join(PROJECT_DIR, "templates"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment