Don't log mails in database
This commit is contained in:
parent
0b46140771
commit
fd7e314ca3
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue