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