wagtail-birdsong/birdsong/apps.py

8 lines
156 B
Python
Raw Normal View History

2020-05-01 00:48:00 +00:00
from django.apps import AppConfig
2020-06-15 05:30:08 +00:00
2020-05-01 00:48:00 +00:00
class WagtailBirdsongApp(AppConfig):
name = 'birdsong'
label = 'birdsong'
2020-06-15 05:30:08 +00:00
verbose_name = 'Wagtail Birdsong'