1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-05 17:23:54 +02:00

Test video upload

This commit is contained in:
Yohann D'ANELLO
2020-09-27 16:52:52 +02:00
parent 4b8ed14180
commit 366f0c40a0
5 changed files with 30 additions and 4 deletions

View File

@ -4,7 +4,7 @@ from corres2math.tokens import email_validation_token
from django.conf import settings
from django.contrib.auth.mixins import LoginRequiredMixin
from django.contrib.auth.models import User
from django.core.exceptions import ValidationError, PermissionDenied
from django.core.exceptions import PermissionDenied, ValidationError
from django.db import transaction
from django.http import FileResponse, Http404
from django.shortcuts import redirect, resolve_url