This commit is contained in:
Robin Champenois 2021-01-17 23:53:56 +01:00
parent 09b942f1c0
commit f06caf7b28

View file

@ -2,8 +2,8 @@ from django.contrib.auth import get_user_model
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_connect
from authens.utils import get_cas_client, parse_entrance_year
UserModel = get_user_model()