From: Guillaume Pellerin Date: Tue, 5 Mar 2024 09:59:23 +0000 (+0100) Subject: fix import X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5e1d7667d9828750a70649a7823be050f9df11d4;p=teleforma.git fix import --- diff --git a/teleforma/management/commands/teleforma-add-department.py b/teleforma/management/commands/teleforma-add-department.py index 2e47133f..7d68bf64 100644 --- a/teleforma/management/commands/teleforma-add-department.py +++ b/teleforma/management/commands/teleforma-add-department.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 teleforma.models import * -from teleforma.views import * +from teleforma.models import Organization, Department import logging import codecs