Models des pages et traductions
This commit is contained in:
parent
65d7a66eb8
commit
6023211ab0
5 changed files with 296 additions and 18 deletions
7
gestioncof/cms/apps.py
Normal file
7
gestioncof/cms/apps.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class COFCMSAppConfig(AppConfig):
|
||||
name = 'gestioncof.cms'
|
||||
label = 'cofcms'
|
||||
verbose_name = 'CMS COF'
|
Loading…
Add table
Add a link
Reference in a new issue