You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
thank you for good work with this useful plugin.
I am getting this warning when starting django server: ?: (urls.W005) URL namespace 'invitations' isn't unique. You may not be able to reverse all URLs in this namespace
Do I have to remove the following line coming from django-invitations? path('invitations/', include(('invitations.urls'), namespace='invitations')),
The text was updated successfully, but these errors were encountered:
Hi,
thank you for good work with this useful plugin.
I am getting this warning when starting django server:
?: (urls.W005) URL namespace 'invitations' isn't unique. You may not be able to reverse all URLs in this namespace
Do I have to remove the following line coming from django-invitations?
path('invitations/', include(('invitations.urls'), namespace='invitations')),
The text was updated successfully, but these errors were encountered: