diff --git a/api/customs/apps.py b/api/customs/apps.py index 4687e18..2211952 100644 --- a/api/customs/apps.py +++ b/api/customs/apps.py @@ -6,4 +6,5 @@ class CustomsConfig(AppConfig): name = 'api.customs' def ready(self): + # corregir el import aqui import api.customs.signals.procesamiento \ No newline at end of file