feat(events): added events API
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class EventsApiConfig(AppConfig):
|
||||
name = "api.v1.events"
|
||||
label = "api_v1_events"
|
||||
Reference in New Issue
Block a user