From: Guillaume Pellerin Date: Wed, 10 Jan 2024 08:13:09 +0000 (+0100) Subject: fix datetime import X-Git-Tag: 2.9.0~49 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=11134cf560cbcfbc750d9b1f8ffb809f1fcc9955;p=teleforma.git fix datetime import --- diff --git a/teleforma/management/commands/teleforma-deactivate-students.py b/teleforma/management/commands/teleforma-deactivate-students.py index 3e0c48c0..b81ac4c4 100644 --- a/teleforma/management/commands/teleforma-deactivate-students.py +++ b/teleforma/management/commands/teleforma-deactivate-students.py @@ -11,6 +11,7 @@ from django.utils import translation from teleforma.models import * import logging from postman import * +import datetime class Logger: