kpsul/cof/apps.py

7 lines
132 B
Python
Raw Permalink Normal View History

2017-02-22 20:00:32 +01:00
from django.apps import AppConfig
class COFConfig(AppConfig):
name = "cof"
verbose_name = "Application de gestion du COF"