django-rest-invitations icon indicating copy to clipboard operation
django-rest-invitations copied to clipboard

Warning: URL namespace 'invitations' isn't unique

Open hellogbg opened this issue 4 years ago • 0 comments

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')),

hellogbg avatar Mar 24 '21 22:03 hellogbg