Skip to main content

A pluggable notification system written for the Django framework.

Project description

django-nyt
==========

django\_nyt does this:

.. code:: python

from django_nyt import notify

EVENT_KEY = "my_key"
notify(_("OMG! Something happened"), EVENT_KEY)

All users subscribing to ``EVENT_KEY`` will have a notification created
in their stack. If you have emails enabled, they may get a summary of
notifications at an interval of their choice.

Data can be accessed easily from Django models or from the included JSON
views.

Why should you do this?
-----------------------

Users need an cleverly sifted stream of events. Ensure that they have
the possibility of customizing what they deem fit for their stream.

What do you need to do?
-----------------------

You need to do a lot. Firstly, you need to write some javascript that
will fetch the latest notifications and display them in some area of the
screen. Upon clicking that icon, the latest notifications are displayed.
Something like this:

.. figure:: https://raw2.github.com/benjaoming/django-nyt/master/docs/misc/screenshot_dropdown.png
:alt: Javascript drop-down

Javascript drop-down
Some examples are provided, but there is no real easy way to place this
nifty little thing at the top of your site.

Other things for your TODO list:

- Provide your users with options to customize their subscriptions and
notification preferences.
- Customize contents of notification emails
- Make the mail notification daemon script run
``python manage.py notifymail --daemon``
- Put calls to ``notify(...)`` where ever necessary.

Docs
----

Here:

http://django-nyt.readthedocs.org/en/latest/

Community
---------

Please visit #django-wiki on irc.freenode.net as many django-wiki users
are also familiar with django-nyt which previously lived inside
django-wiki.

Development
-----------

In your Git fork, run ``pip install -r requirements.txt`` to install the
requirements.

The folder **testproject/** contains a pre-configured django project and
an sqlite database. Login for django admin is *admin:admin*.

|Build Status|

|Downloads|

|Downloads|

*This is a work in progre..*
----------------------------

Please refer to the
`TODO <https://github.com/benjaoming/django-nyt/blob/master/TODO.md>`__

.. |Build Status| image:: https://travis-ci.org/benjaoming/django-nyt.png?branch=master
:target: https://travis-ci.org/benjaoming/django-nyt
.. |Downloads| image:: https://pypip.in/d/django-nyt/badge.png
:target: https://crate.io/package/wiki
.. |Downloads| image:: https://pypip.in/v/django-nyt/badge.png
:target: https://crate.io/package/wiki

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-nyt-0.9.2.tar.gz (22.1 kB view details)

Uploaded Source

File details

Details for the file django-nyt-0.9.2.tar.gz.

File metadata

  • Download URL: django-nyt-0.9.2.tar.gz
  • Upload date:
  • Size: 22.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-nyt-0.9.2.tar.gz
Algorithm Hash digest
SHA256 5bab83ef97342293cf6b7397389891715e9e448c49bdcee1c88d3fb6fa64e561
MD5 688166987746830abffaf13278eb905b
BLAKE2b-256 0bde559898a94f8e6d997fe2399100c10b9fb7f6deeba95bce26bb5b9f7df5e2

See more details on using hashes here.

Provenance

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