Fix CAS settings
This commit is contained in:
parent
62573a35df
commit
462a9e0f2d
2 changed files with 7 additions and 0 deletions
|
|
@ -1,4 +1,9 @@
|
|||
# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
import re
|
||||
|
||||
from .base import *
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -39,6 +39,8 @@ INSTALLED_APPS = [
|
|||
'polymorphic',
|
||||
'crispy_forms',
|
||||
'django_tables2',
|
||||
'cas_server',
|
||||
'cas',
|
||||
# Django contrib
|
||||
'django.contrib.admin',
|
||||
'django.contrib.admindocs',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue