Send mail to admins if a user got deleted iff it was successfully deleted
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
parent
961365656c
commit
0c7070aea1
|
@ -173,4 +173,5 @@ class Command(BaseCommand):
|
|||
message += "Ont été supprimés en conséquence les objets suivants :\n\n"
|
||||
for obj in deleted:
|
||||
message += f"{repr(obj)} (pk: {obj.pk})\n"
|
||||
mail_admins("Utilisateurs supprimés", message)
|
||||
if force and kwargs['doit']:
|
||||
mail_admins("Utilisateurs supprimés", message)
|
||||
|
|
Loading…
Reference in New Issue