kers/events/apps.py
2020-07-21 22:24:45 +02:00

6 lines
87 B
Python

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