mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 04:07:39 +03:00
e203967e09
This allows users in Django 1.9+ to include the authentication urls without specifying the namespace, as in: urlpatterns = [ ... url(r'^auth/', include('rest_framework.urls')) ] |
||
---|---|---|
.. | ||
1-serialization.md | ||
2-requests-and-responses.md | ||
3-class-based-views.md | ||
4-authentication-and-permissions.md | ||
5-relationships-and-hyperlinked-apis.md | ||
6-viewsets-and-routers.md | ||
quickstart.md |