Skip to main content

Generic models for implement message based features

Project description

=============================
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-notifications

Generic models for implement message based features

Documentation
-------------

The full documentation is at https://django-fever-notifications.readthedocs.org.

Quickstart
----------

Install django-fever-notifications::

pip install django-fever-notifications

Then 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
--------

* TODO

Running Tests
--------------

Does the code actually work?

::

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install -r requirements-test.txt
(myenv) $ python runtests.py

Credits
---------

Tools used in rendering this package:

* Cookiecutter_
* `cookiecutter-pypackage`_

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage




History
-------

0.1.0 (2016-05-03)
++++++++++++++++++

* First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-fever-notifications-0.1.2.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

django_fever_notifications-0.1.2-py2.py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page