feat(events): added events API

This commit is contained in:
ITQ
2026-02-18 15:22:03 +03:00
parent 66bff9e5d4
commit 8994f8fb96
6 changed files with 485 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
from django.apps import AppConfig
class EventsApiConfig(AppConfig):
name = "api.v1.events"
label = "api_v1_events"