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/urls.py | |
| parent | 650111dc8c0800e5b7d4c878c1d454657b68efca (diff) | |
| download | django-rest-framework-8a12f89aaacfc0839d6ab1e62b4b5046930517ba.tar.bz2 | |
Added tests
Diffstat (limited to 'src/urls.py')
| -rw-r--r-- | src/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urls.py b/src/urls.py index f6c598ce..f95e9afa 100644 --- a/src/urls.py +++ b/src/urls.py @@ -5,7 +5,7 @@ admin.autodiscover() urlpatterns = patterns('', # Example: - (r'^testarchive/', include('testarchive.urls')), + (r'^testapp/', include('testapp.urls')), # Uncomment the admin/doc line below to enable admin documentation: (r'^admin/doc/', include('django.contrib.admindocs.urls')), |
