Comment code
This commit is contained in:
parent
091c427707
commit
24ea4c0a52
8 changed files with 57 additions and 21 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue