From: Yoan Le Clanche Date: Mon, 27 Jun 2022 14:15:00 +0000 (+0200) Subject: Fix imports X-Git-Tag: 2.7.1~35^2~4 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8d35e72c4f35abca5ae8955add123bdac02e61de;p=teleforma.git Fix imports --- diff --git a/teleforma/management/commands/teleforma-publish-notify-conferences.py b/teleforma/management/commands/teleforma-publish-notify-conferences.py index 476c2f24..ca38f223 100644 --- a/teleforma/management/commands/teleforma-publish-notify-conferences.py +++ b/teleforma/management/commands/teleforma-publish-notify-conferences.py @@ -9,9 +9,12 @@ 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 django.urls import reverse +from teleforma.models.core import Conference +from teleforma.models.crfpa import Student from teleforma.models.notification import notify +from teleforma.views.core import get_courses +import datetime class Logger: