kopia lustrzana https://github.com/rtts/django-simplecms
7 wiersze
185 B
Python
7 wiersze
185 B
Python
![]() |
from django.apps import AppConfig
|
||
|
from django.utils.translation import gettext_lazy as _
|
||
|
|
||
|
class CmsConfig(AppConfig):
|
||
|
name = 'cms'
|
||
|
verbose_name = _('Content Management System')
|