forked from DGNum/gestioCOF
8 lines
148 B
Python
8 lines
148 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class COFCMSAppConfig(AppConfig):
|
||
|
name = 'gestioncof.cms'
|
||
|
label = 'cofcms'
|
||
|
verbose_name = 'CMS COF'
|