drupal2spip_lal/drupal2spip_lal/base/apps.py

10 lines
184 B
Python
Raw Normal View History

2020-07-16 17:44:31 +02:00
from django.apps import AppConfig
class BaseConfig(AppConfig):
name = 'drupal2spip_lal.base'
verbose_name = "Base"
def ready(self):
from . import checks # noqa