Skip to content

Commit

Permalink
Update README.rst (#275)
Browse files Browse the repository at this point in the history
* Update README.rst

* Update README.rst

* Update README.rst

* Update README.rst

Removed v1 references and expected imports
  • Loading branch information
satcomjimmy authored May 22, 2024
1 parent ea80a6c commit 61373ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ main application URL conf as well as your chosen invitation backend URLs:
urlpatterns = [
...
url(r'^accounts/', include('organizations.urls')),
url(r'^invitations/', include(invitation_backend().get_urls())),
path('accounts/', include('organizations.urls')),
path('invitations/', include(invitation_backend().get_urls())),
]
This is the simplest way of using the library, but it's far from the only
Expand Down

0 comments on commit 61373ae

Please sign in to comment.