]> git.parisson.com Git - teleforma.git/commitdiff
fix import
authorGuillaume Pellerin <guillaume.pellerin@free.fr>
Tue, 5 Mar 2024 09:59:23 +0000 (10:59 +0100)
committerGuillaume Pellerin <guillaume.pellerin@free.fr>
Tue, 5 Mar 2024 09:59:23 +0000 (10:59 +0100)
teleforma/management/commands/teleforma-add-department.py

index 2e47133f1d3926c2d8f0cfc52d25c0bc36823dfc..7d68bf6439bd3622b91e097e90bd56431f925f91 100644 (file)
@@ -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