ernestophone.ens.fr/calendrier/apps.py
2020-09-10 15:06:53 +02:00

5 lines
95 B
Python

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