Skip to content

Commit 61373ae

Browse files
authored
Update README.rst (#275)
* Update README.rst * Update README.rst * Update README.rst * Update README.rst Removed v1 references and expected imports
1 parent ea80a6c commit 61373ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ main application URL conf as well as your chosen invitation backend URLs:
172172
173173
urlpatterns = [
174174
...
175-
url(r'^accounts/', include('organizations.urls')),
176-
url(r'^invitations/', include(invitation_backend().get_urls())),
175+
path('accounts/', include('organizations.urls')),
176+
path('invitations/', include(invitation_backend().get_urls())),
177177
]
178178
179179
This is the simplest way of using the library, but it's far from the only

0 commit comments

Comments
 (0)