Last updated:
0 purchases
podiantnotifications 1.3.0
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:
Cookiecutter
cookiecutter-djangopackage
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.