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