fix import

This commit is contained in:
j 2023-10-15 17:10:38 +01:00
parent cfe1fe71fb
commit e184ce8d5b

View file

@ -1,8 +1,9 @@
from django.conf import settings
from django.db.models.functions import ExtractWeek, ExtractYear
from django.shortcuts import render
from django.template.loader import render_to_string
from django.utils.timezone import datetime, timedelta
from django.utils import timezone
from django.db.models.functions import ExtractWeek, ExtractYear
from django.utils.timezone import datetime, timedelta
from ..item import models