bugfix: catching ObjectDoesNotExist in notifications listener
Compare changes
+ 4
− 1
@@ -3,6 +3,7 @@ import logging
@@ -123,11 +124,13 @@ def send_notification(sender, instance, **kwargs):
Fixes issue preventing the deletion of projects on production server