معرفی شرکت ها


django-helpful-1.6.4


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Django helpful things
ویژگی مقدار
سیستم عامل -
نام فایل django-helpful-1.6.4
نام django-helpful
نسخه کتابخانه 1.6.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Stanislav Baltrunas
ایمیل نویسنده stanislav@baltrunas.ru
آدرس صفحه اصلی https://github.com/Baltrunas/django-helpful
آدرس اینترنتی https://pypi.org/project/django-helpful/
مجوز BSD
A handful of utilities for Django! ================================== .. image:: https://img.shields.io/pypi/v/django-helpful.svg :target: https://pypi.python.org/pypi/django-helpful :alt: Latest PyPI version .. image:: https://img.shields.io/pypi/dm/django-helpful.svg :target: https://pypi.python.org/pypi/django-helpful :alt: Number of PyPI downloads .. image:: https://img.shields.io/pypi/l/django-helpful.svg :target: https://pypi.python.org/pypi/django-helpful ******* Install ******* * Copy to helpful or include as git submodule * Add ```'helpful',``` to ```INSTALLED_APPS ``` .. code-block:: python HELPFUL_EMAIL_MODE = 'PROD' | 'DEBUG' | 'BLANK' HELPFUL_EMAIL_DEBUG_INFO = True | False HELPFUL_EMAIL_DEBUG_TO_EMAIL = ['debug@email.com'] Template Tags ------------- image2base64 ^^^^^^^^^^^^ convert image to base64 .. code-block:: html {% image2base64 "image.png" %} object_dict ^^^^^^^^^^^ .. code-block:: html {% load object_dict %} {% for field in message|object_dict %} {{ field.verbose_name }} {{ field.display }} {% endfor %} abs_puth ^^^^^^^^ .. code-block:: html {% load abs_puth %} {% abs_puth "static" "django/img/logo.png" %} {% abs_puth "media" "uploads/photos/joue.jpg" %} {% abs_puth "base" "templates/e-mail/css/style.css" %} {% abs_puth "parent" "extra/logo.png" %} easy_email ========== template must be 'email/contacts' files 'email/contacts.html' and 'email/contacts.txt' must will exist .. code-block:: python from helpful.easy_email import mail mail(subject, context, template, from_email, to_email, connection=None, reply_to=None, attach_files=[], cc=None, bcc=None)


زبان مورد نیاز

مقدار نام
>=2.6, <4 Python


نحوه نصب


نصب پکیج whl django-helpful-1.6.4:

    pip install django-helpful-1.6.4.whl


نصب پکیج tar.gz django-helpful-1.6.4:

    pip install django-helpful-1.6.4.tar.gz