Skip to main content

Django app to provide notifications in several ways

Project description

django-howl

https://badge.fury.io/py/django-howl.svg https://travis-ci.org/deluge/django-howl.svg?branch=master https://codecov.io/gh/deluge/django-howl/branch/master/graph/badge.svg Documentation Status

What is django-howl

django-howl is a Django app to provide notifications in several ways.

You can connect to the signals and do everything you want like sending notifications over different APIs.

Requirements

django-howl supports Python 3 only and requires at least Django 1.11. If you need support for Django 1.8.x or 1.9.x have a look at django-howl < 1.0.0

Installation

pip install django-howl
  • After Installation add it to INSTALLED_APPS in settings.py:

INSTALLED_APPS = (
    # other apps
    'howl',
)

Usage

Now you can login to the admin and configure some observers and build some nice apps with it.

Prepare for development

A Python 3.6 interpreter is required in addition to pipenv.

$ pipenv install --python 3.6 --dev
$ pipenv shell
$ pip install -e .

Now you’re ready to run the tests:

$ pipenv run py.test

Resources

Project details


Download files

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

Source Distribution

django-howl-1.0.1.tar.gz (8.8 kB view details)

Uploaded Source

Built Distribution

django_howl-1.0.1-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

Details for the file django-howl-1.0.1.tar.gz.

File metadata

  • Download URL: django-howl-1.0.1.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.6

File hashes

Hashes for django-howl-1.0.1.tar.gz
Algorithm Hash digest
SHA256 3bcde5a09fa9411649b5efc72448ce8913bc95f1106eb7f2b6b5c70ab6c06afd
MD5 5dd35548b4323b945d176b5711547e7f
BLAKE2b-256 db5813e6ea3a286883c4f85836537eec5daf99da53453099fc86c017f45e420e

See more details on using hashes here.

Provenance

File details

Details for the file django_howl-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: django_howl-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 13.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.6

File hashes

Hashes for django_howl-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2c752aafb4718a6f0d8c33de03c3ad0671036bd25ae421b50963e841a0542a2d
MD5 9daa8bebf58f3ec0eb753e1246560c29
BLAKE2b-256 148172f944ac86c0414fcacc3afdacc6900aceaa6f214de9fa722211a9a26836

See more details on using hashes here.

Provenance

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