from django.apps import AppConfig class IriNotesConfig(AppConfig): name = 'irinotes' verbose_name = "IRI Notes app"