diff options
| author | tom christie tom@tomchristie.com | 2010-12-30 01:02:11 +0000 |
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2010-12-30 01:02:11 +0000 |
| commit | 8a12f89aaacfc0839d6ab1e62b4b5046930517ba (patch) | |
| tree | 3f0b4fd095d93c5b003832b5e19ecf7f670924ab /src/settings.py | |
| parent | 650111dc8c0800e5b7d4c878c1d454657b68efca (diff) | |
| download | django-rest-framework-8a12f89aaacfc0839d6ab1e62b4b5046930517ba.tar.bz2 | |
Added tests
Diffstat (limited to 'src/settings.py')
| -rw-r--r-- | src/settings.py | 5 |
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', ) |
