feat(events): added events business logic

This commit is contained in:
ITQ
2026-02-22 21:29:08 +03:00
parent 385aae930f
commit 7ae94a7380
13 changed files with 1319 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
from django.apps import AppConfig
class EventsConfig(AppConfig):
name = "apps.events"
verbose_name = "Events"