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