mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 08:14:16 +03:00
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:
parent
ef8c286f86
commit
1692942ec2
|
@ -10,6 +10,7 @@ urlpatterns = patterns('',
|
|||
(r'^object-store/', include('objectstore.urls')),
|
||||
(r'^pygments/', include('pygments_api.urls')),
|
||||
(r'^blog-post/', include('blogpost.urls')),
|
||||
(r'^permissions-example/', include('permissionsexample.urls')),
|
||||
|
||||
(r'^', include('djangorestframework.urls')),
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user