Fix comment syntax in doc

This commit is contained in:
Kien Dang 2024-01-16 22:25:14 +08:00
parent 21bb21b65b
commit 8690ca0109

View File

@ -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'))
]
```