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.4.tar.gz
(9.5 kB
view details)
Built Distribution
File details
Details for the file django-howl-0.1.4.tar.gz
.
File metadata
- Download URL: django-howl-0.1.4.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77e003f01db83bec004b78acfc8eeac3221c12c79bb311da8c88212c999a9eda |
|
MD5 | 72344965255059d6bad4a89556d3d69f |
|
BLAKE2b-256 | 6d42d1b8a48e2a087e4a7bbe472422ed5433262330c3fe424dcafc82abe2b904 |
Provenance
File details
Details for the file django_howl-0.1.4-py2.py3-none-any.whl
.
File metadata
- Download URL: django_howl-0.1.4-py2.py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b03790ab2e24e6c9958457fdff7d9f579fcae4e7f9fa421a6cfabdf0ec155b86 |
|
MD5 | ef31b77ea37c4a1493ef7f19747c0257 |
|
BLAKE2b-256 | a2754715248d9ed85305ac255cee5d71ac43853202deab06167d2b611914c88d |