Skip to content
Snippets Groups Projects
apps.py 287 B
Newer Older
Dylann Cordel's avatar
wip
Dylann Cordel committed
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

from django.apps import AppConfig
from django.utils.translation import ugettext_lazy as _


class CMSHighlightedContentConfig(AppConfig):
    name = 'cms_highlighted_content'
    verbose_name = _('CMS HighlightedContent')