from django.apps import AppConfig class WagtailBirdsongApp(AppConfig): name = 'birdsong' label = 'birdsong' verbose_name = 'Wagtail Birdsong'