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.7.tar.gz
(9.0 kB
view details)
Built Distribution
File details
Details for the file django-howl-0.1.7.tar.gz
.
File metadata
- Download URL: django-howl-0.1.7.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 526a3620ce3d56eda98eb00ccb17f7fe715deba18d0f1ea320946a61680f4bd2 |
|
MD5 | ca2478f625a1b235a9756448f2de3346 |
|
BLAKE2b-256 | d3bb7932f9ea097e33e091d33d4ebbe24d51d955531645a23995c6852811e8f1 |
Provenance
File details
Details for the file django_howl-0.1.7-py2.py3-none-any.whl
.
File metadata
- Download URL: django_howl-0.1.7-py2.py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07942765c7024a1acb85ceab4813a96d3daf4496572d457e5753b9368c52c652 |
|
MD5 | 7ef415118351b8ae050d5a8eef1e8d68 |
|
BLAKE2b-256 | 92055f71ab6a8988c3af725afc3780c84e4b54fac3bb6cbf3c457de41f9d41db |