diff options
| author | Tom Christie | 2010-12-30 13:52:46 +0000 |
|---|---|---|
| committer | Tom Christie | 2010-12-30 13:52:46 +0000 |
| commit | abb55a490964790a65ad5ef32397c6046d03d889 (patch) | |
| tree | 944ff8c725822390c5934e7d1c44e82b8b5b036a /src/urls.py | |
| parent | 8a12f89aaacfc0839d6ab1e62b4b5046930517ba (diff) | |
| download | django-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.py | 2 |
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')), |
