mirror of https://gitlab.crans.org/bde/nk20
Don't log mails in database
This commit is contained in:
parent
0b46140771
commit
fd7e314ca3
|
@ -23,6 +23,9 @@ EXCLUDED = [
|
||||||
'cas_server.userattributes',
|
'cas_server.userattributes',
|
||||||
'contenttypes.contenttype',
|
'contenttypes.contenttype',
|
||||||
'logs.changelog', # Never remove this line
|
'logs.changelog', # Never remove this line
|
||||||
|
'mailer.dontsendentry',
|
||||||
|
'mailer.message',
|
||||||
|
'mailer.messagelog',
|
||||||
'migrations.migration',
|
'migrations.migration',
|
||||||
'note.note' # We only store the subclasses
|
'note.note' # We only store the subclasses
|
||||||
'note.transaction',
|
'note.transaction',
|
||||||
|
|
Loading…
Reference in New Issue