Commit 3a17723b by Tom Christie

Update api auth include

parent 40d1821f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment