Commit 1692942e by markotibold

added a `permissions` example with just a per-user-throttle which we may want to…

added a `permissions` example with just a per-user-throttle which we may want to expand with some auth examples.
parent ef8c286f
...@@ -10,6 +10,7 @@ urlpatterns = patterns('', ...@@ -10,6 +10,7 @@ urlpatterns = patterns('',
(r'^object-store/', include('objectstore.urls')), (r'^object-store/', include('objectstore.urls')),
(r'^pygments/', include('pygments_api.urls')), (r'^pygments/', include('pygments_api.urls')),
(r'^blog-post/', include('blogpost.urls')), (r'^blog-post/', include('blogpost.urls')),
(r'^permissions-example/', include('permissionsexample.urls')),
(r'^', include('djangorestframework.urls')), (r'^', include('djangorestframework.urls')),
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment