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.
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.
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
django-howl-0.1.6.tar.gz
(8.6 kB
view details)
Built Distribution
File details
Details for the file django-howl-0.1.6.tar.gz
.
File metadata
- Download URL: django-howl-0.1.6.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dfda119c99bc92e643c957b04945c5edd888a06aed3ff3a166fb00e163853ef7 |
|
MD5 | aaefbfaa1d66654f07bd80c7d0f9951e |
|
BLAKE2b-256 | 4eb3812af4c3079f7d1fa6c6ead5e7cfc998eab07c727322f155de43921f2d27 |
Provenance
File details
Details for the file django_howl-0.1.6-py2.py3-none-any.whl
.
File metadata
- Download URL: django_howl-0.1.6-py2.py3-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2489d41edb2684bd4ab64f10525bac08858bea374bd39f6e98fbae64c3220138 |
|
MD5 | 1c10a05b2d1e6b8c0135d772ef67f892 |
|
BLAKE2b-256 | 66d9d7649840fe3a27bc0984fc65d442b84b44b3fd140d862386af2488aebe1b |