fix doc to pass pre-commit test

This commit is contained in:
satayyeb 2024-01-05 17:11:17 +03:30 committed by GitHub
parent 3e45dd0609
commit 1df67ec445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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