1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-22 13:58:23 +02:00
This commit is contained in:
Yohann D'ANELLO
2020-11-02 18:25:32 +01:00
parent 25756fb2ef
commit 4181742133
3 changed files with 59 additions and 51 deletions

View File

@ -1,10 +1,9 @@
import os
from django.contrib.sites.models import Site
from corres2math.tokens import email_validation_token
from django.contrib.contenttypes.models import ContentType
from django.contrib.auth.models import User
from django.contrib.contenttypes.models import ContentType
from django.contrib.sites.models import Site
from django.core.management import call_command
from django.test import TestCase
from django.urls import reverse