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