7 lines
125 B
Python
7 lines
125 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class EventsApiConfig(AppConfig):
|
|
name = "api.v1.events"
|
|
label = "api_v1_events"
|