Skip to main content

Django helpful things

Project description

A handful of utilities for Django!

Latest PyPI version Number of PyPI downloads https://img.shields.io/pypi/l/django-helpful.svg

Install

  • Copy to helpful or include as git submodule

  • Add `'helpful',` to `INSTALLED_APPS `

  • Add `EMAIL_DEBUG = ['debug@email.com']` to `settings.py` for use debug email mode. (chanhe email address)

  • Add `EMAIL_DEBUG_INFO = True` to `settings.py` to show debug info (original email address) before email

Template Tags

image2base64

convert image to base64

{% image2base64 "image.png" %}
object_dict
{% load object_dict %}
{% for field in message|object_dict %}
    {{ field.verbose_name }}
    {{ field.display }}
{% endfor %}
abs_puth
{% 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

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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_helpful-1.5.8-py3-none-any.whl (11.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page