diff --git a/eox_core/apps.py b/eox_core/apps.py index 565a4da8..da0b3e94 100644 --- a/eox_core/apps.py +++ b/eox_core/apps.py @@ -36,13 +36,6 @@ def ready(self): """ from eox_core import handlers # pylint: disable=import-outside-toplevel, unused-import # noqa: F401 - def ready(self): - """ - Register signal receivers when Django starts. - """ - from eox_core import handlers # pylint: disable=import-outside-toplevel, unused-import - handlers.connect_signals() - class EoxCoreCMSConfig(EoxCoreConfig): """App configuration"""