From 3a17723bd579f4b340d03c29f98422546a755618 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 5 Sep 2012 10:41:41 +0100 Subject: [PATCH] Update api auth include --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 6b7574b1e..125efa791 100644 --- a/docs/index.md +++ b/docs/index.md @@ -49,7 +49,7 @@ If you're intending to use the browserable API you'll want to add REST framework urlpatterns = patterns('', ... - url(r'^auth', include('djangorestframework.urls', namespace='djangorestframework')) + url(r'^api-auth/', include('djangorestframework.urls', namespace='djangorestframework')) ) ## Quickstart