معرفی شرکت ها


django-humanize-0.1.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Use humanize 3rd-party lib as template filters
ویژگی مقدار
سیستم عامل -
نام فایل django-humanize-0.1.2
نام django-humanize
نسخه کتابخانه 0.1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jocelyn Delalande
ایمیل نویسنده jdelalande@oasiswork.fr
آدرس صفحه اصلی https://github.com/oasiswork/django-humanize/
آدرس اینترنتی https://pypi.org/project/django-humanize/
مجوز BSD License
django-humanize − use humanize 3rd-party lib as template filters ================================================================ Django already offers [django.contrib.humanize](https://docs.djangoproject.com/en/1.8/ref/contrib/humanize/) but that implementation is lacking some features, like humanization of durations. That lib comes to the rescue allowing you to use *template filters* backed on [the standalone humanize lib](https://pypi.python.org/pypi/humanize). Install ------ Add `django_humanize` to your *INSTALLED_APPS* setting. Examples -------- ### Template {% load humanizelib %} It lasted {{ duration|naturaldelta }}. ### View import datetime from django.shortcuts import render_ def summary(request): context = {'duration': datetime.timedelta(seconds=1000)} return render('template.html', context) Will render as *"lasted 16 minutes."*. Template filters ---------------- The following template filters are available : - naturalday - naturaltime - ordinal - intword - naturaldelta - intcomma - apnumber - fractional - naturalsize - naturaldate Internationalization --------------------- Internationalization is supported and matches Django *LANGUAGE_CODE* setting. If it does not work, maybe, your language code is not supported by the standalone humanize lib. Think about [contributing it](https://github.com/jmoiron/humanize/#localization).


نحوه نصب


نصب پکیج whl django-humanize-0.1.2:

    pip install django-humanize-0.1.2.whl


نصب پکیج tar.gz django-humanize-0.1.2:

    pip install django-humanize-0.1.2.tar.gz