medor.www
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

apps.py
text/x-python

Download raw (230 bytes)

from __future__ import unicode_literals

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


class CollaborateConfig(AppConfig):
    name = 'collaborate'
    verbose_name = _('collaborate')