Don't log mails in database

This commit is contained in:
Yohann D'ANELLO 2020-08-06 08:53:47 +02:00
parent 0b46140771
commit fd7e314ca3
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ EXCLUDED = [
'cas_server.userattributes',
'contenttypes.contenttype',
'logs.changelog', # Never remove this line
'mailer.dontsendentry',
'mailer.message',
'mailer.messagelog',
'migrations.migration',
'note.note' # We only store the subclasses
'note.transaction',