ernestophone.ens.fr/calendrier/apps.py

6 lines
95 B
Python
Raw Normal View History

from django.apps import AppConfig
class CalendrierConfig(AppConfig):
2021-04-29 00:27:33 +02:00
name = "calendrier"