Chybějící importy
This commit is contained in:
parent
0295b5bd95
commit
3f858db23c
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@ import imagekit.models.fields
|
||||||
import seminar.models
|
import seminar.models
|
||||||
import taggit.managers
|
import taggit.managers
|
||||||
|
|
||||||
|
from datetime import date
|
||||||
|
from django.db.models import Q
|
||||||
|
from seminar.treelib import get_parent
|
||||||
|
import datetime as dt
|
||||||
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
Loading…
Reference in a new issue