A set of models, views and templates for creating and managing user notifications
Project description
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:
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
File details
Details for the file podiant-notifications-1.3.0.tar.gz
.
File metadata
- Download URL: podiant-notifications-1.3.0.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffb083d3a78671a3c280a7ac2c69d7e06661503d82a1cae7990aae3a6523cfe1 |
|
MD5 | 137442033db19a97c57c88f9c0556d4d |
|
BLAKE2b-256 | b7072a2631efd70f1d102af0683eb489207fac7e7ea6f2dd3c0656b5a51d3c8e |