7 lines
148 B
Python
7 lines
148 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class COFCMSAppConfig(AppConfig):
|
|
name = "gestioncof.cms"
|
|
label = "cofcms"
|
|
verbose_name = "CMS COF"
|