aboutsummaryrefslogtreecommitdiff
path: root/views.py
diff options
context:
space:
mode:
authorAlban Gruin2018-01-21 19:35:25 +0100
committerAlban Gruin2018-01-21 19:42:55 +0100
commit6f4822291d89dadcb6bae94c897e89e309218e7e (patch)
treeca88b7775991d4abc87aefb75467a83c29651cbe /views.py
parenta0101b9a7566b5296c3490ce3592984976553807 (diff)
Correction d’une erreur d’importation
Diffstat (limited to 'views.py')
-rw-r--r--views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/views.py b/views.py
index 9b53f3a..842a02e 100644
--- a/views.py
+++ b/views.py
@@ -15,7 +15,7 @@
import datetime
-from django.db.models import Max
+from django.db.models import Count, Max
from django.db.models.functions import ExtractWeek, ExtractYear, Length
from django.http import Http404
from django.shortcuts import get_object_or_404, render