summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
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 b0839d6..431d6b1 100644
--- a/settings.py
+++ b/settings.py
@@ -140,7 +140,7 @@ MIDDLEWARE_CLASSES = (
'django.contrib.messages.middleware.MessageMiddleware'
)
-ROOT_URLCONF = 'example_project.urls'
+ROOT_URLCONF = 'chimere_example_project.urls'
TEMPLATE_DIRS = [
# Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".