missing import
This commit is contained in:
parent
ba8e2e670b
commit
721bc1827a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from django.db.models.functions import ExtractWeek, ExtractYear
|
||||||
|
|
||||||
|
|
||||||
from ..item import models
|
from ..item import models
|
||||||
from ..item.views import get_weeks, format_week
|
from ..item.views import get_weeks, format_week, get_monday
|
||||||
|
|
||||||
|
|
||||||
def week(year, month, day):
|
def week(year, month, day):
|
||||||
|
|
Loading…
Reference in a new issue