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