Skip to content
Snippets Groups Projects
Commit c95ec9e6 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

getting real.

parent e6e7d8fc
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 3 deletions
...@@ -7,8 +7,8 @@ Installation ...@@ -7,8 +7,8 @@ Installation
To get setup you must have the following installed: To get setup you must have the following installed:
* Python 2.6 * Python 2.7
* virtualenv 1.5 * virtualenv 1.11
Setting up the environment Setting up the environment
-------------------------- --------------------------
......
File moved
...@@ -53,7 +53,7 @@ MIDDLEWARE_CLASSES = ( ...@@ -53,7 +53,7 @@ MIDDLEWARE_CLASSES = (
'django.contrib.messages.middleware.MessageMiddleware', 'django.contrib.messages.middleware.MessageMiddleware',
) )
ROOT_URLCONF = 'urls' ROOT_URLCONF = 'helsinki.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