from django.apps import AppConfig class EventsApiConfig(AppConfig): name = "api.v1.events" label = "api_v1_events"