Skip to content

Commit

Permalink
update outdated docs url -> re_path getting started page
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwojcik committed May 3, 2024
1 parent b02c422 commit b65840a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Configure ``urls.py``:
urlpatterns = [
(...),
url(r'^auth/', include('djoser.urls')),
re_path(r'^auth/', include('djoser.urls')),
]
HTTP Basic Auth strategy is assumed by default as Django Rest Framework does it.
Expand Down

0 comments on commit b65840a

Please sign in to comment.