From: Guillaume Pellerin Date: Thu, 13 Jan 2022 16:55:54 +0000 (+0100) Subject: fix import X-Git-Tag: 2.5.1~15^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8518e48ecdbd6e14e1802d68deff18c8be03dee0;p=teleforma.git fix import --- diff --git a/teleforma/management/commands/teleforma-deactivate-students.py b/teleforma/management/commands/teleforma-deactivate-students.py index 3283c8db..e9fa274f 100644 --- a/teleforma/management/commands/teleforma-deactivate-students.py +++ b/teleforma/management/commands/teleforma-deactivate-students.py @@ -8,8 +8,6 @@ from django.template.defaultfilters import slugify from django.template.loader import render_to_string from django.core.mail import send_mail, mail_admins from django.utils import translation -from telemeta.models import * -from telemeta.util.unaccent import unaccent from teleforma.models import * import logging from postman import *