Add all-time stats

This commit is contained in:
2024-08-04 22:40:37 +02:00
parent 86fd40cc4a
commit d622ddfbf3
6 changed files with 360 additions and 156 deletions

View File

@ -108,7 +108,7 @@ urlpatterns = [
{"filter": "ownership_type"},
name="list_sessions_by_ownership_type",
),
path("stats/", views.stats, name="stats_current_year"),
path("stats/", views.stats_alltime, name="stats_alltime"),
path(
"stats/<int:year>",
views.stats,