ernestophone.ens.fr/gestion/apps.py

6 lines
89 B
Python
Raw Permalink Normal View History

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