1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-24 07:48:48 +02:00
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-03-26 21:18:03 +01:00
parent 4ea70e5ab9
commit 8777c562dd
5 changed files with 6 additions and 12 deletions

View File

@ -8,7 +8,7 @@ from django.conf import settings
from django.core.exceptions import ValidationError
from django.core.validators import MaxValueValidator, MinValueValidator, RegexValidator
from django.db import models
from django.db.models import F, Index, Q
from django.db.models import Index
from django.urls import reverse_lazy
from django.utils import timezone
from django.utils.crypto import get_random_string