We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ada5af commit 4c6f059Copy full SHA for 4c6f059
docs/tutorial/tutorial_02.rst
@@ -34,7 +34,7 @@ URL this view will respond to:
34
35
.. code-block:: python
36
37
- from django.conf.urls import url, include
+ from django.urls import path, include
38
import oauth2_provider.views as oauth2_views
39
from django.conf import settings
40
from .views import ApiEndpoint
0 commit comments