HOME


sh-3ll 1.0
DIR:/proc/thread-self/root/usr/local/lib/python3.6/site-packages/django/contrib/humanize/
Upload File :
Current File : //proc/thread-self/root/usr/local/lib/python3.6/site-packages/django/contrib/humanize/apps.py
from django.apps import AppConfig
from django.utils.translation import gettext_lazy as _


class HumanizeConfig(AppConfig):
    name = 'django.contrib.humanize'
    verbose_name = _("Humanize")