from django.apps import AppConfig [docs]class ChimeConfig(AppConfig): name = 'django_chime'
Contents: