ernestophone.ens.fr/calendrier/apps.py
2021-04-29 00:27:33 +02:00

5 lines
95 B
Python

from django.apps import AppConfig
class CalendrierConfig(AppConfig):
name = "calendrier"