2021-06-14 19:45:36 +00:00
|
|
|
# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
|
2020-03-08 22:03:35 +00:00
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
|
|
|
|
OPTIONAL_APPS = [
|
2020-12-23 17:45:05 +00:00
|
|
|
# 'cas_server',
|
|
|
|
# 'debug_toolbar',
|
|
|
|
# 'django_extensions',
|
2020-03-08 22:03:35 +00:00
|
|
|
]
|
2020-05-08 13:59:31 +00:00
|
|
|
|
2020-12-23 17:45:05 +00:00
|
|
|
# When a server error occurred, send an email to these addresses
|
2020-08-09 16:34:51 +00:00
|
|
|
ADMINS = (
|
|
|
|
('Note Kfet', 'notekfet@example.com'),
|
|
|
|
)
|