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