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

Merge production settings in base settings

This commit is contained in:
Alexandre Iooss
2020-08-09 18:34:51 +02:00
parent ccfc37d226
commit efe833cec3
7 changed files with 57 additions and 106 deletions

View File

@ -7,4 +7,7 @@ OPTIONAL_APPS = [
# 'debug_toolbar'
]
ADMINS = [('Note Kfet', 'notekfet@example.com')]
# When a server error occured, send an email to these addresses
ADMINS = (
('Note Kfet', 'notekfet@example.com'),
)