1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Fix CAS settings

This commit is contained in:
Yohann D'ANELLO
2020-03-09 22:13:11 +01:00
parent 62573a35df
commit 462a9e0f2d
2 changed files with 7 additions and 0 deletions

View File

@ -39,6 +39,8 @@ INSTALLED_APPS = [
'polymorphic',
'crispy_forms',
'django_tables2',
'cas_server',
'cas',
# Django contrib
'django.contrib.admin',
'django.contrib.admindocs',