1
0
mirror of https://gitlab.crans.org/bde/nk20-scripts synced 2025-06-29 17:51:08 +02:00

Why coding something custom when Django implements it natively?

This commit is contained in:
Yohann D'ANELLO
2020-05-08 15:59:02 +02:00
parent f0aa426950
commit c37a6effc9
2 changed files with 0 additions and 42 deletions

View File

@ -7,7 +7,3 @@ from django.core.signals import got_request_exception
class ScriptsConfig(AppConfig):
name = 'scripts'
def ready(self):
from . import signals
got_request_exception.connect(signals.send_mail_on_exception)