Skip to content

Commit

Permalink
Merge pull request #92 from emilepetrone/patch-1
Browse files Browse the repository at this point in the history
Add namespace for invitations to urls.py
  • Loading branch information
bee-keeper committed Jan 1, 2018
2 parents ef59596 + 3ff3d0c commit 5cbcb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pip install django-invitations
'invitations',
# Append to urls.py
url(r'^invitations/', include('invitations.urls')),
url(r'^invitations/', include('invitations.urls', namespace='invitations')),
# Run migrations
Expand Down

0 comments on commit 5cbcb9e

Please sign in to comment.