aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.py')
-rw-r--r--src/settings.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/settings.py b/src/settings.py
index 2a55c76a..fa3476db 100644
--- a/src/settings.py
+++ b/src/settings.py
@@ -75,7 +75,7 @@ MIDDLEWARE_CLASSES = (
'django.contrib.messages.middleware.MessageMiddleware',
)
-ROOT_URLCONF = 'src.urls'
+ROOT_URLCONF = 'urls'
TEMPLATE_DIRS = (
# Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
@@ -93,5 +93,6 @@ INSTALLED_APPS = (
'django.contrib.admin',
# Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs',
- 'testarchive',
+ 'testapp',
+ 'rest',
)