from django.apps import AppConfig class CoreImagesConfig(AppConfig): name = "core_images" def ready(self): import core_images.signals # noqa