from django.apps import AppConfig class GestioncofConfig(AppConfig): name = 'gestioncof' def ready(self): import gestioncof.signals