{ "info": { "author": "Tobias Lorenz", "author_email": "tobias.lorenz@bitmazk.com", "bugtrack_url": null, "classifiers": [], "description": "Django Admin Honeypot Signals\n===============================\n\nIf you are using the admin_honeypot App to log failed login attempts, you may want to be notified via email. \n\n**Features:**\n\nIf someone tries to login using the wrong admin url, django-admin-honeypot creates a new model instance, which includes all significant information about this attempt. After save() the signal handler sends a notification email to settings.MANAGERS, which includes the basic model information.\n\n\nHow to use\n==========\n\nGet und implement django-admin-honeypot:\n\n* `django-admin-honeypot `_\n\nMake sure it is working perfect.\n\n* Install this package::\n\n pip install -e git://github.com/bitmazk/django-honeypot-signals#egg=honeypot_signals\n\n* Add ``honeypot_signals`` to your ``INSTALLED_APPS``::\n\n INSTALLED_APPS = (\n [...]\n 'honeypot_signals',\n }\n\n* Add ``MANAGERS`` to your ``settings.py``::\n\n MANAGERS = (\n ('Foo Bar', 'foobar@example.com'),\n )", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.github.com/bitmazk/django-honeypot-signals", "keywords": "admin_honeypot,admin-honeypot,honeypot,signals,email", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-honeypot-signals", "package_url": "https://pypi.org/project/django-honeypot-signals/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-honeypot-signals/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.github.com/bitmazk/django-honeypot-signals" }, "release_url": "https://pypi.org/project/django-honeypot-signals/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "* This app provides a simple signal handler for the App django-admin-honeypot *\nhttps://github.com/dmpayton/django-admin-honeypot\n\nFunctions:\nIf someone tries to login using the wrong admin url, django-admin-honeypot\ncreates a new model instance, which includes all significant information about\nthis attempt. After save() the signal handler sends a notification email to\nsettings.MANAGERS, which includes the basic model information.", "version": "0.1.1" }, "last_serial": 769224, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "5549e71937d06737005307d755194808", "sha256": "c496b7d882670591f0e4ae15a49b8dd1bba2ab99ce789bcef1e3abff0a308cfb" }, "downloads": -1, "filename": "django-honeypot-signals-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5549e71937d06737005307d755194808", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2297, "upload_time": "2013-06-12T13:26:03", "url": "https://files.pythonhosted.org/packages/6c/ff/effb1a8b5b0fdd5ab755da67560d47230bf85a3a77a539bc8d57e520482d/django-honeypot-signals-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "9e401d68979889d8433424c9dfab15e0", "sha256": "b4e2f9dcfe0197ff7faf7d3b704f4f50ce254f03d1bfb3ed35574db014a23d35" }, "downloads": -1, "filename": "django-honeypot-signals-0.1.1.tar.gz", "has_sig": false, "md5_digest": "9e401d68979889d8433424c9dfab15e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2537, "upload_time": "2013-06-12T13:55:42", "url": "https://files.pythonhosted.org/packages/80/b0/4ddb7f3b8b9457a0776ef5cbd9ca76aabb18fe4486dbc1baeb0b03819fc6/django-honeypot-signals-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9e401d68979889d8433424c9dfab15e0", "sha256": "b4e2f9dcfe0197ff7faf7d3b704f4f50ce254f03d1bfb3ed35574db014a23d35" }, "downloads": -1, "filename": "django-honeypot-signals-0.1.1.tar.gz", "has_sig": false, "md5_digest": "9e401d68979889d8433424c9dfab15e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2537, "upload_time": "2013-06-12T13:55:42", "url": "https://files.pythonhosted.org/packages/80/b0/4ddb7f3b8b9457a0776ef5cbd9ca76aabb18fe4486dbc1baeb0b03819fc6/django-honeypot-signals-0.1.1.tar.gz" } ] }