MSRS/events/apps.py
2021-04-18 20:58:18 +02:00

6 lines
87 B
Python

from django.apps import AppConfig
class EventsConfig(AppConfig):
name = 'events'