mirror of
https://github.com/task-17-lct/backend.git
synced 2024-11-15 02:16:35 +03:00
6 lines
98 B
Python
6 lines
98 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class EventsConfig(AppConfig):
|
||
|
name = "passfinder.events"
|