podiant-notifications 1.3.0

Creator: railscoderz

Last updated:

Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.