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