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.2.tar.gz
(9.2 kB
view details)
Built Distribution
File details
Details for the file django-howl-0.1.2.tar.gz
.
File metadata
- Download URL: django-howl-0.1.2.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c36df864b67519b24f3bc0a5ce8c82ec21d85db184917f8bc1967a24e17673c6 |
|
MD5 | 96ad9090c40b6888001dfaade31a7758 |
|
BLAKE2b-256 | 88a84389e906f26ed2b1a017e397b1c82429d9461aaec8d8fb2dff9f6f7cbff0 |
Provenance
File details
Details for the file django_howl-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: django_howl-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dcdaefb63c0067e254291b894bb817c404676f8545e298918a69a956c0a7ae74 |
|
MD5 | fc4acd701fe0b977f6908d1bc92fa66c |
|
BLAKE2b-256 | 20787d5e9349c5afe81ca39c8615b00980513e0f87f9632a75144f3ca405c7bb |