mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-11-10 08:39:28 +01:00
Comment code
This commit is contained in:
@@ -9,7 +9,6 @@ class PermissionConfig(AppConfig):
|
||||
name = 'permission'
|
||||
|
||||
def ready(self):
|
||||
# noinspection PyUnresolvedReferences
|
||||
from . import signals
|
||||
pre_save.connect(signals.pre_save_object)
|
||||
pre_delete.connect(signals.pre_delete_object)
|
||||
|
||||
Reference in New Issue
Block a user