Compare commits

..

2 Commits

Author SHA1 Message Date
Lukáš Kucharczyk 391fcc79a8 Version 1.2.0
continuous-integration/drone/push Build is passing Details
2023-11-01 20:35:58 +01:00
Lukáš Kucharczyk 57d4fd7212 Add yearly stats page
Fixes #15
2023-11-01 20:35:52 +01:00
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ from common.time import now as now_with_tz
from common.time import format_duration
from django.conf import settings
from django.shortcuts import redirect, render
from django.db.models import Sum, F
from .forms import (
GameForm,