Skip to content

Commit 2e032fa

Browse files
Jaap Roesn2ygk
Jaap Roes
authored andcommitted
Drop re_path from installation guide
1 parent 4212987 commit 2e032fa

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Diff for: docs/install.rst

-12
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,6 @@ If you need an OAuth2 provider you'll want to add the following to your :file:`u
2626
path('o/', include('oauth2_provider.urls', namespace='oauth2_provider')),
2727
]
2828
29-
Or using ``re_path()``
30-
31-
.. code-block:: python
32-
33-
from django.urls import include, re_path
34-
35-
urlpatterns = [
36-
...
37-
re_path(r'^o/', include('oauth2_provider.urls', namespace='oauth2_provider')),
38-
]
39-
4029
Sync your database
4130
------------------
4231

@@ -45,4 +34,3 @@ Sync your database
4534
python manage.py migrate oauth2_provider
4635

4736
Next step is :doc:`getting started <getting_started>` or :doc:`first tutorial <tutorial/tutorial_01>`.
48-

0 commit comments

Comments
 (0)