Files
fleet-template.008/001.BACKEND/kalendar/apps.py
2026-05-31 19:21:25 +02:00

6 lines
91 B
Python

from django.apps import AppConfig
class KalendarConfig(AppConfig):
name = 'kalendar'