new apps.lyric.views login FBV; new login path in .urls; new UT in .tests.test_views to assert the FBV's redirect to '/'

This commit is contained in:
Disco DeDisco
2026-01-30 17:36:48 -05:00
parent 93eb497dec
commit bab0b045b0
3 changed files with 10 additions and 0 deletions

View File

@@ -3,5 +3,6 @@ from . import views
urlpatterns = [
path('send_login_email', views.send_login_email, name='send_login_email'),
path('login', views.login, name="login"),
]