"""Django apps configuration file.""" from django.apps import AppConfig class InfoscreenConfig(AppConfig): """Infoscreen app configuration.""" name = 'infoscreen'