from django.apps import AppConfig class BackendConfig(AppConfig): name = 'backend'
def ready(self): import backend.signals # noqa: F401