Podiant notifications
A set of models, views and templates for creating and managing user notifications
Quickstart
Install Notifications:
pip install podiant-notifications
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'notifications',
...
)
Add Notifications' URL patterns:
from notifications import urls as notifications_urls
urlpatterns = [
...
url(r'^', include(notifications_urls)),
...
]
Running tests
Does the code actually work?
coverage run --source notifications runtests.py
Credits
Tools used in rendering this package:
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file podiant-notifications-1.1.0.tar.gz.
File metadata
- Download URL: podiant-notifications-1.1.0.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd2acf01eb66f8edd8ab355855354368424fef23daf6cd605c28d5cf614d9ddb
|
|
| MD5 |
a2f80a60994b23a9def2ca40611684f1
|
|
| BLAKE2b-256 |
fb5ca5b3c72f47bc35d49d80ea1b8b074e9230b065accad710a2b267b39058b1
|