From: Guillaume Pellerin Date: Wed, 17 Nov 2021 12:22:53 +0000 (+0100) Subject: fix import X-Git-Tag: 2.5.0~21^2^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=22dfae689e8fcff1606b295f014b076c6497a797;p=teleforma.git fix import --- diff --git a/teleforma/management/commands/teleforma-import-students-from-xls.py b/teleforma/management/commands/teleforma-import-students-from-xls.py index ddbf84c4..d025c39e 100644 --- a/teleforma/management/commands/teleforma-import-students-from-xls.py +++ b/teleforma/management/commands/teleforma-import-students-from-xls.py @@ -3,8 +3,7 @@ from django.conf import settings from django.core.management.base import BaseCommand, CommandError from django.contrib.auth.models import User from django.template.defaultfilters import slugify -from telemeta.util.unaccent import unaccent -from teleforma.views import * +from teleforma.views import UserXLSBook import logging import json