new apps.lyric.urls, .tests.test_views files to test & execute mock email sending; apps.lyric.models, .tests.test_models now test & execute unique token autogen to integrate w. magic link login using only email; core.settings updated w. new urlpatterns to accommodate
This commit is contained in:
7
src/apps/lyric/urls.py
Normal file
7
src/apps/lyric/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import include, path
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('send_login_email', views.send_login_email, name='send_login_email'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user