Compare commits

..

2 Commits

Author SHA1 Message Date
Lukáš Kucharczyk cd6ea6e903 Version 1.2.0
continuous-integration/drone/push Build is passing Details
2023-11-01 20:19:16 +01:00
Lukáš Kucharczyk 22018fd2ba Add yearly stats page
Fixes #15
2023-11-01 20:18:39 +01:00
1 changed files with 0 additions and 1 deletions

View File

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