Skip to content

Commit

Permalink
Merge 51d49ef into e3570ca
Browse files Browse the repository at this point in the history
  • Loading branch information
raymond-devries committed Sep 18, 2019
2 parents e3570ca + 51d49ef commit 9455bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ pip install django-invitations
'invitations',
# Append to urls.py
url(r'^invitations/', include('invitations.urls', namespace='invitations')),
re_path(r'^invitations/', include('invitations.urls', namespace='invitations')),
# Run migrations
Expand Down

0 comments on commit 9455bfc

Please sign in to comment.