django-rest-framework/docs/tutorial
knbk e203967e09 Add app_name to rest_framework.urls.
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'))
    ]
2015-12-08 02:25:00 +01:00
..
1-serialization.md
2-requests-and-responses.md
3-class-based-views.md
4-authentication-and-permissions.md Add app_name to rest_framework.urls. 2015-12-08 02:25:00 +01:00
5-relationships-and-hyperlinked-apis.md
6-viewsets-and-routers.md
quickstart.md