from django.apps import AppConfig class ExampleProjectAppConfig(AppConfig): name = 'example_project' verbose_name = 'YunoHost Example Django Project'