mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-18 04:02:35 +03:00
Fix comment syntax in doc
This commit is contained in:
parent
21bb21b65b
commit
8690ca0109
|
@ -21,7 +21,7 @@ To quickly add authentication to the browesable api, add a routes named `"login"
|
||||||
|
|
||||||
```python
|
```python
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
// ...
|
# ...
|
||||||
url(r'^api-auth/', include('rest_framework.urls', namespace='rest_framework'))
|
url(r'^api-auth/', include('rest_framework.urls', namespace='rest_framework'))
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user