diff options
Diffstat (limited to 'local_settings.py.pip.sample')
-rw-r--r-- | local_settings.py.pip.sample | 4 |
1 files changed, 2 insertions, 2 deletions
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'] |