django-user-notifications


Namedjango-user-notifications JSON
Version 0.1.12 PyPI version JSON
download
home_pagehttps://github.com/rhimmelbauer/django-user-notifications/
SummaryDjango App that extendes django-user-messages for createing easy user notifications based user set rules.
upload_time2023-01-05 14:39:07
maintainer
docs_urlNone
authorRoberto Himmelbauer
requires_python>=3.7
licenseMIT license
keywords django app messages
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
django-user-notifications
=========================

django-user-notifications is an extention of django-user-messages that extends the default django.contrib.messages framework.

The goal of the project is for a developer to create user messages with a set of rules.

Eg. You need a user to accept new terms of service for your site. You should be able to create that notification every day, every hour, every login until they accept the terms for which the notification will cease to appear. 

Features
--------


* Create per site and or per user messages
* Create messages based on schedule, login, and or views.
* Dismiss messages after user confirmation or end date.
* Automate message creation upon defined events.
* Select between modals or tranditional bootstrap notifications to display your message.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rhimmelbauer/django-user-notifications/",
    "name": "django-user-notifications",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "django,app,messages",
    "author": "Roberto Himmelbauer",
    "author_email": "robertoh89@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c1/28/aeb5837ee3812fdb64d5445a489bf029e7293eacc69e2346ad7387f0c8db/django-user-notifications-0.1.12.tar.gz",
    "platform": null,
    "description": "\ndjango-user-notifications\n=========================\n\ndjango-user-notifications is an extention of django-user-messages that extends the default django.contrib.messages framework.\n\nThe goal of the project is for a developer to create user messages with a set of rules.\n\nEg. You need a user to accept new terms of service for your site. You should be able to create that notification every day, every hour, every login until they accept the terms for which the notification will cease to appear. \n\nFeatures\n--------\n\n\n* Create per site and or per user messages\n* Create messages based on schedule, login, and or views.\n* Dismiss messages after user confirmation or end date.\n* Automate message creation upon defined events.\n* Select between modals or tranditional bootstrap notifications to display your message.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Django App that extendes django-user-messages for createing easy user notifications based user set rules.",
    "version": "0.1.12",
    "split_keywords": [
        "django",
        "app",
        "messages"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37380859fa644bd3eecefab1b261fce6e07baa9c4e8b9f2bd9813091d91bbe3e",
                "md5": "9dd338663425ff316e35ffa71908ec3a",
                "sha256": "b1864759a48130b818f7ad6cbe7ad3909796b9f25a3cf272165361e225d66dfb"
            },
            "downloads": -1,
            "filename": "django_user_notifications-0.1.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9dd338663425ff316e35ffa71908ec3a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 11880,
            "upload_time": "2023-01-05T14:39:06",
            "upload_time_iso_8601": "2023-01-05T14:39:06.184537Z",
            "url": "https://files.pythonhosted.org/packages/37/38/0859fa644bd3eecefab1b261fce6e07baa9c4e8b9f2bd9813091d91bbe3e/django_user_notifications-0.1.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c128aeb5837ee3812fdb64d5445a489bf029e7293eacc69e2346ad7387f0c8db",
                "md5": "0f2e1a92e9ecfb29efc94e6b8f0c78ac",
                "sha256": "119251456643f23da0940f908dd2ba6101cbb283db7c68073f5a9afa0de6d102"
            },
            "downloads": -1,
            "filename": "django-user-notifications-0.1.12.tar.gz",
            "has_sig": false,
            "md5_digest": "0f2e1a92e9ecfb29efc94e6b8f0c78ac",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 7386,
            "upload_time": "2023-01-05T14:39:07",
            "upload_time_iso_8601": "2023-01-05T14:39:07.531730Z",
            "url": "https://files.pythonhosted.org/packages/c1/28/aeb5837ee3812fdb64d5445a489bf029e7293eacc69e2346ad7387f0c8db/django-user-notifications-0.1.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-05 14:39:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "rhimmelbauer",
    "github_project": "django-user-notifications",
    "lcname": "django-user-notifications"
}
        
Elapsed time: 0.02823s