nk20/note_kfet/settings/secrets_example.py

14 lines
307 B
Python
Raw Permalink Normal View History

# 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 = [
# 'cas_server',
# 'debug_toolbar',
# 'django_extensions',
2020-03-08 22:03:35 +00:00
]
2020-05-08 13:59:31 +00:00
# When a server error occurred, send an email to these addresses
ADMINS = (
('Note Kfet', 'notekfet@example.com'),
)