geonode-announcements


Namegeonode-announcements JSON
Version 2.0.2.2 PyPI version JSON
download
home_pagehttps://github.com/GeoNode/geonode-announcements
SummaryFork of pinax/django-announcements. Announcements for your Django powered website.
upload_time2024-05-30 12:36:27
maintainerNone
docs_urlNone
authorBrian Rosner
requires_pythonNone
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": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Brian Rosner",
    "author_email": "brosner@gmail.com",
    "download_url": null,
    "platform": null,
    "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",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Fork of pinax/django-announcements. Announcements for your Django powered website.",
    "version": "2.0.2.2",
    "project_urls": {
        "Homepage": "https://github.com/GeoNode/geonode-announcements"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b52199027e2e1d505b97a2559a10055a533a88cbe98f8b986a1b994e49af85f5",
                "md5": "e9c78bf862ba79492a598e59c07af6bc",
                "sha256": "f4f26155d0c8319b7ece08688aaea802a91e182cd0ccf7ba8aad117af6800957"
            },
            "downloads": -1,
            "filename": "geonode_announcements-2.0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e9c78bf862ba79492a598e59c07af6bc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13367,
            "upload_time": "2024-05-30T12:36:27",
            "upload_time_iso_8601": "2024-05-30T12:36:27.480333Z",
            "url": "https://files.pythonhosted.org/packages/b5/21/99027e2e1d505b97a2559a10055a533a88cbe98f8b986a1b994e49af85f5/geonode_announcements-2.0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-30 12:36:27",
    "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.43497s