Django hraje squash špatně, zapomíná importovat

This commit is contained in:
Pavel 'LEdoian' Turinsky 2019-11-07 21:16:29 +01:00
parent 6a93c1c7bb
commit df4ae39a3f

View file

@ -10,6 +10,12 @@ import imagekit.models.fields
import seminar.models import seminar.models
import taggit.managers import taggit.managers
# migr 0053
import datetime as dt
# migr 0058
from django.db.models import Q
# Functions from the following migrations need manual copying. # Functions from the following migrations need manual copying.
# Move them and any dependencies into this file, then update the # Move them and any dependencies into this file, then update the