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.
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
Built Distribution
File details
Details for the file django-fever-notifications-0.1.3.tar.gz
.
File metadata
- Download URL: django-fever-notifications-0.1.3.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e30e76171ba2db7664b41d493584de9bf57c2cabc51c4b1bfc36cd79f5f21c8 |
|
MD5 | 9a0392a4262d5dc89469714aa5f7f998 |
|
BLAKE2b-256 | b4518975c99e04e88d2881339f870adfc2836b31f2c29e31f258281ec9507286 |
File details
Details for the file django_fever_notifications-0.1.3-py2.py3-none-any.whl
.
File metadata
- Download URL: django_fever_notifications-0.1.3-py2.py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 902d3d0aa92c2e5ae26e2ac0ca8027cd60cd104b441b9cd30e79c45dd914421b |
|
MD5 | daf283550ece60f3b41c7a2c7e722ad2 |
|
BLAKE2b-256 | d964affa629f72dc44615ee18a88828b9bc38eb0076e2556ba7dca5cd80d06c0 |