From: Guillaume Pellerin Date: Tue, 4 Jul 2017 21:27:05 +0000 (+0200) Subject: add models X-Git-Tag: 1.1~15^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=350d2ca91cbcf9cd106ccabd3fc19553ec7ddf36;p=teleforma.git add models --- diff --git a/teleforma/management/commands/teleforma-change-period-of-content.py b/teleforma/management/commands/teleforma-change-period-of-content.py index 30950282..bc29a6d8 100644 --- a/teleforma/management/commands/teleforma-change-period-of-content.py +++ b/teleforma/management/commands/teleforma-change-period-of-content.py @@ -6,6 +6,7 @@ from django.template.defaultfilters import slugify from telemeta.models import * from telemeta.util.unaccent import unaccent from teleforma.models import * +from teleforma.exam.models import * class Command(BaseCommand):