1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-04-29 21:32:41 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Yohann D'ANELLO
e05a1518d9
URLs in mails were missing domains
Signed-off-by: Yohann D'ANELLO <yohann.danello@animath.fr>
2020-12-21 17:42:38 +01:00
Yohann D'ANELLO
2319bdf91e
Rebuild search index each hour
Signed-off-by: Yohann D'ANELLO <yohann.danello@animath.fr>
2020-12-21 17:42:37 +01:00

View File

@ -1,11 +1,12 @@
from io import BytesIO
from zipfile import ZipFile
from django.contrib.sites.models import Site
from corres2math.lists import get_sympa_client
from corres2math.matrix import Matrix
from corres2math.views import AdminMixin
from django.contrib.auth.mixins import LoginRequiredMixin
from django.contrib.sites.models import Site
from django.core.exceptions import PermissionDenied
from django.core.mail import send_mail
from django.db import transaction