Send a mail to webmasters when an error occurs (in production mode)

This commit is contained in:
Yohann D'ANELLO 2020-04-25 19:29:01 +02:00
parent e42680997f
commit f35246c9e2
3 changed files with 5 additions and 1 deletions

View File

@ -11,3 +11,5 @@ DJANGO_SETTINGS_MODULE=note_kfet.settings
DOMAIN=localhost
CONTACT_EMAIL=tresorerie.bde@localhost
NOTE_URL=localhost
NOTE_MAIL=notekfet@localhost
WEBMASTER_MAIL=notekfet@localhost

View File

@ -118,6 +118,8 @@ On supposera pour la suite que vous utilisez Debian/Ubuntu sur un serveur tout n
DOMAIN=localhost # note.example.com
CONTACT_EMAIL=tresorerie.bde@localhost
NOTE_URL=localhost # serveur cas note.example.com si auto-hébergé.
NOTE_MAIL=notekfet@localhost # Adresse expéditrice des mails
WEBMASTER_MAIL=notekfet@localhost # Adresse sur laquelle contacter les webmasters de la note
Ensuite on (re)bascule dans l'environement virtuel et on lance les migrations

@ -1 +1 @@
Subproject commit 256ac0a7f2a0a1d7ab6a510c85552cbfc1fc6a7a
Subproject commit e59001b1b55824a2c6d807c4aa35db3b0ec223e0