Update api auth include

This commit is contained in:
Tom Christie 2012-09-05 10:41:41 +01:00
parent 40d1821f2d
commit 3a17723bd5

View File

@ -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