Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geonode/geonode-announcements
Fork of django-announcements compatible with django 1.6
https://github.com/geonode/geonode-announcements
Last synced: about 1 month ago
JSON representation
Fork of django-announcements compatible with django 1.6
- Host: GitHub
- URL: https://github.com/geonode/geonode-announcements
- Owner: GeoNode
- License: mit
- Created: 2014-05-19T08:07:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T14:03:49.000Z (7 months ago)
- Last Synced: 2024-11-08T23:52:15.997Z (about 1 month ago)
- Language: Python
- Size: 92.8 KB
- Stars: 0
- Watchers: 21
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
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``)