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.1.tar.gz
(8.0 kB
view details)
Built Distribution
File details
Details for the file django-howl-0.1.1.tar.gz
.
File metadata
- Download URL: django-howl-0.1.1.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c30db6e168da1a9814ab4f8dffbf1fd90da5add49b9e45c340323bdf8a0c830 |
|
MD5 | 75d8aca947e4bfdaad1483fc6d04c333 |
|
BLAKE2b-256 | 41e12bde6f1986fca18bfe86a786904177809556144bd3b1908514053c65dc8f |
Provenance
File details
Details for the file django_howl-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: django_howl-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 553ab3d7da3595d50516153369dfcc12567b2390bbf4da342ea01000828689ca |
|
MD5 | 2117365ef49554f0c686fd4fae2c692d |
|
BLAKE2b-256 | 40b016e3c69e41cda9550f9ac575aeb322dd5991b53d6eea215b4a41902fe92f |