geonode-announcements


Namegeonode-announcements JSON
Version 2.0.2 PyPI version JSON
download
home_pagehttps://github.com/GeoNode/geonode-announcements
SummaryFork of pinax/django-announcements. Announcements for your Django powered website.
upload_time2020-03-11 11:18:59
maintainer
docs_urlNone
authorBrian Rosner
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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``)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/GeoNode/geonode-announcements",
    "name": "geonode-announcements",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Brian Rosner",
    "author_email": "brosner@gmail.com",
    "download_url": "",
    "platform": "",
    "description": "Some sites need the ability to broadcast an announcement to all of their\nusers. django-announcements was created precisely for this reason. How you\npresent the announcement is up to you as the site-developer. When working with\nannouncements that are presented on the website one feature is that they are\nonly viewed once. A session variable will hold which announcements an user has\nviewed and exclude that from their display. announcements supports two\ndifferent types of filtering of announcements:\n\n * site-wide (this can be presented to anonymous users)\n * non site-wide (these can be used a strictly a mailing if so desired)\n * members only (announcements are filtered based on the value of\n   ``request.user``)\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Fork of pinax/django-announcements. Announcements for your Django powered website.",
    "version": "2.0.2",
    "project_urls": {
        "Homepage": "https://github.com/GeoNode/geonode-announcements"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f42e637444bfcc4b45c191be4ca85b03676871de406ecbe40d35f557f9f423d",
                "md5": "7ee3818ab3a98ca388bb0e93588bee81",
                "sha256": "0f218a61a87ff195ed9d4b1efc638dabf05a51cee4eb941073a97cad9d397e3c"
            },
            "downloads": -1,
            "filename": "geonode_announcements-2.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7ee3818ab3a98ca388bb0e93588bee81",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13363,
            "upload_time": "2020-03-11T11:18:59",
            "upload_time_iso_8601": "2020-03-11T11:18:59.212917Z",
            "url": "https://files.pythonhosted.org/packages/5f/42/e637444bfcc4b45c191be4ca85b03676871de406ecbe40d35f557f9f423d/geonode_announcements-2.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-03-11 11:18:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GeoNode",
    "github_project": "geonode-announcements",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "geonode-announcements"
}
        
Elapsed time: 0.20524s