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

5 lines
89 B
Python

from django.apps import AppConfig
class GestionConfig(AppConfig):
name = 'gestion'