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