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.5.tar.gz
(8.5 kB
view details)
Built Distribution
File details
Details for the file django-howl-0.1.5.tar.gz
.
File metadata
- Download URL: django-howl-0.1.5.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1839aaf7715201e6a8cdf3359f1828c73b1cc3d868fe5f8e0315c4b08f9447e0 |
|
MD5 | b33bbb0a6f2840c23a5ed0424acab1b9 |
|
BLAKE2b-256 | 4db4e322245f16ffcc42af0bb337ea006ea53711c33e3d5cb4b121330643b449 |
Provenance
File details
Details for the file django_howl-0.1.5-py2.py3-none-any.whl
.
File metadata
- Download URL: django_howl-0.1.5-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 | 84d67729418331aad014db3f477cd2a5761f8a0ec6e57531c00bf16d4edca2ed |
|
MD5 | 78d7a4a9d11fd9fae9556b0d5b267974 |
|
BLAKE2b-256 | 76a7f8a0592ff07664c064bdf8008202aabef3a21edf2adbe801b584ba14d97d |