Skip to content

Commit 8750a9f

Browse files
committed
Try namespacing fix url tests
1 parent e69cbc6 commit 8750a9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drfpasswordless/urls.py

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
)
1111

1212
app_name = 'drfpasswordless'
13+
namespace = 'drfpasswordless'
14+
1315
urlpatterns = [
1416
path(api_settings.PASSWORDLESS_AUTH_PREFIX + 'email/', ObtainEmailCallbackToken.as_view(), name='auth_email'),
1517
path(api_settings.PASSWORDLESS_AUTH_PREFIX + 'mobile/', ObtainMobileCallbackToken.as_view(), name='auth_mobile'),

0 commit comments

Comments
 (0)