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