Commit 0fc5a49a by Tom Christie

Add trailing slash to auth url. Refs: #248

parent 51f43170
...@@ -68,7 +68,7 @@ To add Django REST framework to a Django project: ...@@ -68,7 +68,7 @@ To add Django REST framework to a Django project:
urlpatterns = patterns('', urlpatterns = patterns('',
... ...
url(r'^restframework', include('djangorestframework.urls', namespace='djangorestframework')) url(r'^api-auth/', include('djangorestframework.urls', namespace='djangorestframework'))
) )
For more information on settings take a look at the :ref:`setup` section. For more information on settings take a look at the :ref:`setup` section.
......
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