feat(events): added events business logic
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class EventsConfig(AppConfig):
|
||||
name = "apps.events"
|
||||
verbose_name = "Events"
|
||||
Reference in New Issue
Block a user