Commit 37db771c 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 f02a4e18
......@@ -31,4 +31,6 @@ class Sandbox(View):
{'name': 'Simple Mixin-only example', 'url': reverse('mixin-view')},
{'name': 'Object store API', 'url': reverse('object-store-root')},
{'name': 'Code highlighting API', 'url': reverse('pygments-root')},
{'name': 'Blog posts API', 'url': reverse('blog-posts-root')}]
{'name': 'Blog posts API', 'url': reverse('blog-posts-root')},
{'name': 'Permissions example', 'url': reverse('throttled-resource')}
]
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