]> git.parisson.com Git - teleforma.git/commitdiff
fix import
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Fri, 16 Jan 2026 10:56:26 +0000 (11:56 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Fri, 16 Jan 2026 10:56:26 +0000 (11:56 +0100)
teleforma/management/commands/teleforma-archive-old-messages.py

index 97266a811a8172874ea59f98c99bb06c2342e702..444dabd3a1b14a5d697bef686cf31a5b1e3f9ce8 100644 (file)
@@ -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