From 528ade0bfccb149d2ec2e056f1d55b1979ce0785 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 1 Feb 2013 18:32:47 +0100 Subject: Changes to reflect move from example_project to chimere_example_project --- local_settings.py.pip.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'local_settings.py.pip.sample') diff --git a/local_settings.py.pip.sample b/local_settings.py.pip.sample index 6b6cffc..e88acec 100644 --- a/local_settings.py.pip.sample +++ b/local_settings.py.pip.sample @@ -5,6 +5,8 @@ import os +ROOT_URLCONF = 'chimere_example_project.urls' + STATIC_URL = '/static/' CHIMERE_OSM_API_URL = 'api06.dev.openstreetmap.org' # test URL @@ -31,8 +33,6 @@ DATABASES = { }, } -ROOT_URLCONF = 'example_project.urls' - INSTALLED_APPS += ['django_extensions', 'tinymce'] -- cgit v1.2.3