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 0ff567c commit e218d38Copy full SHA for e218d38
docs/tutorial/tutorial_01.rst
@@ -34,7 +34,7 @@ Include the Django OAuth Toolkit urls in your `urls.py`, choosing the urlspace y
34
.. code-block:: python
35
36
urlpatterns = [
37
- url(r"^admin/", admin.site.urls)),
+ url(r"^admin/", admin.site.urls),
38
url(r'^o/', include('oauth2_provider.urls', namespace='oauth2_provider')),
39
# ...
40
]
0 commit comments