added a permissions example with just a per-user-throttle which we may want to expand with some auth examples.

This commit is contained in:
markotibold 2011-06-20 01:10:25 +02:00
parent f02a4e1890
commit 37db771cb9

View File

@ -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')}
]