kpsul/gestioncof/cms/apps.py

8 lines
148 B
Python
Raw Normal View History

2017-08-09 00:07:56 +02:00
from django.apps import AppConfig
class COFCMSAppConfig(AppConfig):
2019-01-06 00:25:41 +01:00
name = "gestioncof.cms"
label = "cofcms"
verbose_name = "CMS COF"