Announcements for your Django powered website
Some sites need the ability to broadcast an announcement to all of their users.
django-announcements was created precisely for this reason. How you present the
announcement is up to you as the site-developer. When working with announcements
that are presented on the website one feature is that they are only viewed once.
A session variable will hold which announcements an user has viewed and exclude
that from their display. announcements supports two different types of filtering
of announcements:
    site-wide (this can be presented to anonymous users)
    non site-wide (these can be used a strictly a mailing if so desired)
    members only (announcements are filtered based on the value of request.user)
Author:
--------
    Brian Rosner 
- Sources inherited from project devel:languages:python:misc
 - Download package
 - 
Checkout Package
osc -A https://api.opensuse.org checkout home:smarty12:Python/python-django-announcements && cd $_ - Create Badge
 
Source Files
| Filename | Size | Changed | 
|---|---|---|
| django-announcements-1.0.2.tar.gz | 0000010597 10.3 KB | |
| python-django-announcements.changes | 0000001846 1.8 KB | |
| python-django-announcements.spec | 0000002608 2.55 KB | 
Comments 0