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