Compare commits
2 Commits
cd6ea6e903
...
391fcc79a8
Author | SHA1 | Date |
---|---|---|
Lukáš Kucharczyk | 391fcc79a8 | |
Lukáš Kucharczyk | 57d4fd7212 |
|
@ -5,6 +5,7 @@ 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,
|
||||||
|
|
Loading…
Reference in New Issue