medor.www
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

apps.py
text/x-python

Download raw (177 bytes)

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


class PublishConfig(AppConfig):
    name = 'publish'
    verbose_name = _('publish')