7 lines
120 B
Python
7 lines
120 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class EventsConfig(AppConfig):
|
|
name = "apps.events"
|
|
verbose_name = "Events"
|