mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-17 19:52:25 +03:00
fix doc to pass pre-commit test
This commit is contained in:
parent
3e45dd0609
commit
1df67ec445
|
@ -21,7 +21,7 @@ To quickly add authentication to the browesable api, add a routes named `"login"
|
|||
|
||||
```python
|
||||
urlpatterns = [
|
||||
// ...
|
||||
...,
|
||||
url(r'^api-auth/', include('rest_framework.urls', namespace='rest_framework'))
|
||||
]
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user