django-fever-notifications 0.1.3

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangofevernotifications 0.1.3

=============================django-fever-notifications=============================.. image:: https://badge.fury.io/py/django-fever-notifications.png :target: https://badge.fury.io/py/django-fever-notifications.. image:: https://travis-ci.org/Feverup/django-fever-notifications.png?branch=master :target: https://travis-ci.org/Feverup/django-fever-notificationsGeneric models for implement message based featuresDocumentation-------------The full documentation is at https://django-fever-notifications.readthedocs.org.Quickstart----------Install django-fever-notifications:: pip install django-fever-notificationsThen use it in a project:.. code-block :: python from fevernotifications.models import Notification from fevernotifications.shortcuts import create_notification # Create a notification create_notification(user, title="Hello", message="Hello world!") # Query all notifications per user Notification.objects.by_target(user)Features--------* TODORunning Tests--------------Does the code actually work?:: source <YOURVIRTUALENV>/bin/activate (myenv) pipinstall−rrequirements−test.txt(myenv) python runtests.pyCredits---------Tools used in rendering this package:* Cookiecutter_* `cookiecutter-pypackage`_.. _Cookiecutter: https://github.com/audreyr/cookiecutter.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackageHistory-------0.1.0 (2016-05-03)++++++++++++++++++* First release on PyPI.

License

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

Customer Reviews

There are no reviews.