mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
Update api auth include
This commit is contained in:
parent
40d1821f2d
commit
3a17723bd5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user