mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-10-28 22:47:36 +03:00
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 | ||