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 9cb93ee commit 102c851Copy full SHA for 102c851
docs/install.rst
@@ -24,7 +24,7 @@ If you need an OAuth2 provider you'll want to add the following to your :file:`u
24
25
urlpatterns = [
26
...
27
- path('o/', include(oauth2_urls),
+ path('o/', include(oauth2_urls)),
28
]
29
30
Sync your database
0 commit comments