Files
django-dav-events/dav_event_office/apps.py
heinzel 98a6fc3ce7
All checks were successful
buildbot/tox Build done.
try to make pylint happy
2022-06-08 00:08:09 +02:00

10 lines
228 B
Python

from dav_base.config.apps import AppConfig as _AppConfig
DEFAULT_SETTINGS = ()
class AppConfig(_AppConfig):
name = 'dav_event_office'
verbose_name = 'DAV Touren- & Kursreferat'
default_settings = DEFAULT_SETTINGS