Django app to provide notifications in several ways
Project description
django-howl
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
Install django-howl (or download from PyPI):
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-howl-1.0.0.tar.gz
.
File metadata
- Download URL: django-howl-1.0.0.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e342d7c3e7ddcc5716f2f016bc94be849b8e516e0e5e9fe2f074e216760978b |
|
MD5 | e9f9153ee79dcabb419875fbfce8d242 |
|
BLAKE2b-256 | 3ab18e83bc44f12bb6edfb6b9c6b7a982e1026eed7ded0842c66750613032911 |
Provenance
File details
Details for the file django_howl-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: django_howl-1.0.0-py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e1cbade6ff63cb4f6ed013c97e1ad753f1507500880e5df8cbc055c9ebfcbed |
|
MD5 | d757c446c537d6f266ab7e884f277206 |
|
BLAKE2b-256 | 15364a90cd62f8f7b3441be2b30c8167b2ac49a5c42e1374ef685245ac27eb93 |