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