From: Guillaume Pellerin Date: Fri, 16 Jan 2026 10:56:26 +0000 (+0100) Subject: fix import X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=bad0b27f30b4eea18ddc954ecc9cc9ca9e226fc2;p=teleforma.git fix import --- diff --git a/teleforma/management/commands/teleforma-archive-old-messages.py b/teleforma/management/commands/teleforma-archive-old-messages.py index 97266a81..444dabd3 100644 --- a/teleforma/management/commands/teleforma-archive-old-messages.py +++ b/teleforma/management/commands/teleforma-archive-old-messages.py @@ -3,9 +3,6 @@ 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.models import * -from telemeta.util.unaccent import unaccent -from teleforma.models import * from postman.models import Message import logging import datetime