aboutsummaryrefslogtreecommitdiffstats
path: root/src/urls.py
diff options
context:
space:
mode:
authorTom Christie2010-12-30 13:52:46 +0000
committerTom Christie2010-12-30 13:52:46 +0000
commitabb55a490964790a65ad5ef32397c6046d03d889 (patch)
tree944ff8c725822390c5934e7d1c44e82b8b5b036a /src/urls.py
parent8a12f89aaacfc0839d6ab1e62b4b5046930517ba (diff)
downloaddjango-rest-framework-abb55a490964790a65ad5ef32397c6046d03d889.tar.bz2
Add styling and urlizing to html views of resources
Diffstat (limited to 'src/urls.py')
-rw-r--r--src/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urls.py b/src/urls.py
index f95e9afa..41a32efa 100644
--- a/src/urls.py
+++ b/src/urls.py
@@ -5,7 +5,7 @@ admin.autodiscover()
urlpatterns = patterns('',
# Example:
- (r'^testapp/', include('testapp.urls')),
+ (r'^', include('testapp.urls')),
# Uncomment the admin/doc line below to enable admin documentation:
(r'^admin/doc/', include('django.contrib.admindocs.urls')),