from django.apps import AppConfig class BaseConfig(AppConfig): name = 'drupal2spip_lal.base' verbose_name = "Base" def ready(self): from . import checks # noqa