Skip to content

Commit

Permalink
Add app_name to urls.py for Django v2
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamu committed Oct 1, 2017
1 parent bd7ef90 commit c15b51b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pinax/invitations/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
TopOffUserView
)

app_name = "pinax_invitations"

urlpatterns = [
url(r"^invite/$", InviteView.as_view(), name="invite"),
Expand Down

0 comments on commit c15b51b

Please sign in to comment.