6 lines
145 B
Python
6 lines
145 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class GestionConfig(AppConfig):
|
|
name = "gestion"
|
|
verbose_name = "Gestion des outils communs COF/BDS"
|