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.3.tar.gz
(9.5 kB
view details)
Built Distribution
File details
Details for the file django-howl-0.1.3.tar.gz
.
File metadata
- Download URL: django-howl-0.1.3.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f88e4091e53715219c716135175f19bce86ead22e26dee4ba0e357234c3e2e17 |
|
MD5 | eb75dc1da21c78e8c45c4b2b1c36c051 |
|
BLAKE2b-256 | 319a75c784651604dfeccf448093dd96d0a43f1206dc58e36cdd59efd19adbcb |
Provenance
File details
Details for the file django_howl-0.1.3-py2.py3-none-any.whl
.
File metadata
- Download URL: django_howl-0.1.3-py2.py3-none-any.whl
- Upload date:
- Size: 14.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a04e1cff6cff1eea4fbae51ef2767fc3bf20897f11af547bd8ff72f2c3bd73ee |
|
MD5 | b3292719ba5022a90548966927911131 |
|
BLAKE2b-256 | 640d5a193677f14090da4f76a15950eec5469f47727df7c2ebcebfd764cca551 |