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