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

Try to add CI

This commit is contained in:
Yohann D'ANELLO
2020-09-24 11:44:43 +02:00
parent f0459838d4
commit a68a7b681d
14 changed files with 72 additions and 20 deletions

View File

@ -5,8 +5,8 @@ from django.urls import reverse_lazy
from django.utils.translation import gettext_lazy as _
from django.views.generic import CreateView, FormView, DetailView, RedirectView, UpdateView
from participation.forms import TeamForm, JoinTeamForm, ParticipationForm
from participation.models import Team
from .forms import TeamForm, JoinTeamForm, ParticipationForm
from .models import Team
class CreateTeamView(LoginRequiredMixin, CreateView):