diff options
| author | tom christie tom@tomchristie.com | 2011-01-26 20:31:47 +0000 |
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2011-01-26 20:31:47 +0000 |
| commit | 8b89d7416cf4e2396deac4ba41c23cdcdc8b9704 (patch) | |
| tree | b99a1b05964a5706fc7fa8de8591cb65400b099e /examples/urls.py | |
| parent | eff54c00d514e1edd74fbc789f9064d09db40b02 (diff) | |
| download | django-rest-framework-8b89d7416cf4e2396deac4ba41c23cdcdc8b9704.tar.bz2 | |
Content Type tunneling
Diffstat (limited to 'examples/urls.py')
| -rw-r--r-- | examples/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/urls.py b/examples/urls.py index 03791084..ebf2c9a3 100644 --- a/examples/urls.py +++ b/examples/urls.py @@ -4,6 +4,7 @@ from django.contrib import admin admin.autodiscover() urlpatterns = patterns('', + (r'pygments-example/', include('pygmentsapi.urls')), (r'^blog-post-example/', include('blogpost.urls')), (r'^object-store-example/', include('objectstore.urls')), (r'^admin/doc/', include('django.contrib.admindocs.urls')), |
