diff options
| author | Tom Christie | 2012-09-05 10:41:41 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-09-05 10:41:41 +0100 |
| commit | 3a17723bd579f4b340d03c29f98422546a755618 (patch) | |
| tree | 1def1a1673b300b869901a0a881330ce4d310834 | |
| parent | 40d1821f2d81f822fff9b85691073ab069edb847 (diff) | |
| download | django-rest-framework-3a17723bd579f4b340d03c29f98422546a755618.tar.bz2 | |
Update api auth include
| -rw-r--r-- | docs/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md index 6b7574b1..125efa79 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 |
