feat: frontend using django-vite + blabla

This commit is contained in:
2026-07-17 18:02:42 +02:00
parent 63a5a69c67
commit c06b184a2d
48 changed files with 13896 additions and 885 deletions
+3 -2
View File
@@ -4,7 +4,8 @@ from tracker import views
app_name = "tracker"
# Both routes serve the same SPA shell; Vue's router picks the view.
urlpatterns = [
path("today/", views.today, name="today"),
path("recap/", views.recap, name="recap"),
path("today/", views.app, name="today"),
path("recap/", views.app, name="recap"),
]