This commit is contained in:
Robin Champenois 2021-01-17 22:32:00 +01:00
parent ce5fcb3d30
commit fc87e52fd1

View file

@ -3,6 +3,7 @@ from django.db import transaction
from authens.models import CASAccount, OldCASAccount
from authens.utils import get_cas_client, parse_entrance_year
from authens.signals import post_cas_create
UserModel = get_user_model()