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.13.tar.gz
(9.8 kB
view details)
Built Distribution
File details
Details for the file django-howl-0.1.13.tar.gz
.
File metadata
- Download URL: django-howl-0.1.13.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9fbc9443950fa9d4918a0371aafe09b37ddccf287fb2ec7e165c50241f723b6 |
|
MD5 | 068bb61aa480f6b20108645d93569bf3 |
|
BLAKE2b-256 | b01afa7395b0f2dbf639d58b5b2c62a802ccd354b308c4543525b528ed6879f4 |
Provenance
File details
Details for the file django_howl-0.1.13-py2.py3-none-any.whl
.
File metadata
- Download URL: django_howl-0.1.13-py2.py3-none-any.whl
- Upload date:
- Size: 20.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d1b28e0174610654df28e44b60b51160e1cf86c85ef018374a888bf62e7b778 |
|
MD5 | 1bade0634e9e2adf54e9f07de849d4b8 |
|
BLAKE2b-256 | faa5b933d682b42e847162d05caf2cba3c14ede1b652df553517fe51cb235917 |