kpsul/gestion/apps.py
2017-02-23 01:56:59 +01:00

7 lines
145 B
Python

from django.apps import AppConfig
class GestionConfig(AppConfig):
name = "gestion"
verbose_name = "Gestion des outils communs COF/BDS"