mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-04-29 21:32:41 +00:00
Compare commits
2 Commits
8f09ca5553
...
e05a1518d9
Author | SHA1 | Date | |
---|---|---|---|
|
e05a1518d9 | ||
|
2319bdf91e |
@ -1,11 +1,12 @@
|
|||||||
from io import BytesIO
|
from io import BytesIO
|
||||||
from zipfile import ZipFile
|
from zipfile import ZipFile
|
||||||
|
|
||||||
|
from django.contrib.sites.models import Site
|
||||||
|
|
||||||
from corres2math.lists import get_sympa_client
|
from corres2math.lists import get_sympa_client
|
||||||
from corres2math.matrix import Matrix
|
from corres2math.matrix import Matrix
|
||||||
from corres2math.views import AdminMixin
|
from corres2math.views import AdminMixin
|
||||||
from django.contrib.auth.mixins import LoginRequiredMixin
|
from django.contrib.auth.mixins import LoginRequiredMixin
|
||||||
from django.contrib.sites.models import Site
|
|
||||||
from django.core.exceptions import PermissionDenied
|
from django.core.exceptions import PermissionDenied
|
||||||
from django.core.mail import send_mail
|
from django.core.mail import send_mail
|
||||||
from django.db import transaction
|
from django.db import transaction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user