Fix!
This commit is contained in:
parent
855e14b39f
commit
3f62d9cef1
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@ import random
|
|||
import subprocess
|
||||
import pathlib
|
||||
import tempfile
|
||||
import logging
|
||||
|
||||
from django.contrib.sites.shortcuts import get_current_site
|
||||
from django.db import models
|
||||
|
@ -37,6 +38,8 @@ from polymorphic.models import PolymorphicModel
|
|||
from django.core.mail import EmailMessage
|
||||
from seminar.utils import aktivniResitele
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
class SeminarModelBase(models.Model):
|
||||
|
||||
class Meta:
|
||||
|
|
Loading…
Reference in a new issue