started lyric app (in earnest this time); added bootstrap-classed navbar w. login form to base.html; tweaked apps.dashboard.tests.test_views to accomodate multiple forms on same page

This commit is contained in:
Disco DeDisco
2026-01-29 15:21:54 -05:00
parent 3ebf4db974
commit a734901b80
10 changed files with 72 additions and 33 deletions

3
src/apps/lyric/tests.py Normal file
View File

@@ -0,0 +1,3 @@
from django.test import TestCase
# Create your tests here.