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 ea80a6c commit 61373aeCopy full SHA for 61373ae
README.rst
@@ -172,8 +172,8 @@ main application URL conf as well as your chosen invitation backend URLs:
172
173
urlpatterns = [
174
...
175
- url(r'^accounts/', include('organizations.urls')),
176
- url(r'^invitations/', include(invitation_backend().get_urls())),
+ path('accounts/', include('organizations.urls')),
+ path('invitations/', include(invitation_backend().get_urls())),
177
]
178
179
This is the simplest way of using the library, but it's far from the only
0 commit comments