second commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ScannerConfig(AppConfig):
|
||||
name = 'scanner'
|
||||
|
||||
def ready(self):
|
||||
import scanner.models # noqa — active les signaux post_save/post_delete
|
||||
Reference in New Issue
Block a user