{"id":13398972,"url":"https://github.com/dmpayton/django-admin-honeypot","last_synced_at":"2025-05-14T23:05:11.610Z","repository":{"id":1656045,"uuid":"2382101","full_name":"dmpayton/django-admin-honeypot","owner":"dmpayton","description":":honey_pot: A fake Django admin login screen page.","archived":false,"fork":false,"pushed_at":"2024-04-10T14:22:38.000Z","size":164,"stargazers_count":1047,"open_issues_count":20,"forks_count":197,"subscribers_count":31,"default_branch":"develop","last_synced_at":"2025-05-10T13:57:03.240Z","etag":null,"topics":["django","python"],"latest_commit_sha":null,"homepage":"http://django-admin-honeypot.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmpayton.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-09-13T23:29:15.000Z","updated_at":"2025-05-06T01:30:00.000Z","dependencies_parsed_at":"2024-06-18T16:58:27.070Z","dependency_job_id":null,"html_url":"https://github.com/dmpayton/django-admin-honeypot","commit_stats":{"total_commits":165,"total_committers":21,"mean_commits":7.857142857142857,"dds":"0.21818181818181814","last_synced_commit":"a840496d183df89965eeb33c9a5dd9ea3919dfff"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmpayton%2Fdjango-admin-honeypot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmpayton%2Fdjango-admin-honeypot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmpayton%2Fdjango-admin-honeypot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmpayton%2Fdjango-admin-honeypot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmpayton","download_url":"https://codeload.github.com/dmpayton/django-admin-honeypot/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253426179,"owners_count":21906500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","python"],"created_at":"2024-07-30T19:00:33.115Z","updated_at":"2025-05-14T23:05:06.532Z","avatar_url":"https://github.com/dmpayton.png","language":"Python","funding_links":[],"categories":["Third-Party Packages","Honeypots","Python","Libs","\u003ca name=\"honeypots\"\u003e\u003c/a\u003e Honeypots","\u003ca id=\"a53d22b9c5d09dc894413453f4755658\"\u003e\u003c/a\u003e未分类"],"sub_categories":["Admin","Honeypots"],"readme":"=====================\ndjango-admin-honeypot\n=====================\n\n.. image:: https://travis-ci.org/dmpayton/django-admin-honeypot.svg?branch=develop\n   :target: https://travis-ci.org/dmpayton/django-admin-honeypot\n   :alt: Travis-CI\n\n.. image:: https://coveralls.io/repos/dmpayton/django-admin-honeypot/badge.svg?branch=develop\n   :target: https://coveralls.io/r/dmpayton/django-admin-honeypot\n   :alt: Coverage\n\n.. image:: https://codeclimate.com/github/dmpayton/django-admin-honeypot/badges/gpa.svg?branch=develop\n   :target: https://codeclimate.com/github/dmpayton/django-admin-honeypot\n   :alt: Code Climate\n\n\n**django-admin-honeypot** is a fake Django admin login screen to log and notify\nadmins of attempted unauthorized access. This app was inspired by discussion\nin and around Paul McMillan's security talk at DjangoCon 2011.\n\n* **Author**: `Derek Payton \u003chttp://dmpayton.com/\u003e`_\n* **Version**: 1.1.0\n* **License**: MIT\n\nDocumentation\n=============\n\nhttp://django-admin-honeypot.readthedocs.io\n\ntl;dr\n-----\n\n* Install django-admin-honeypot from PyPI::\n\n        pip install django-admin-honeypot\n\n* Add ``admin_honeypot`` to ``INSTALLED_APPS``\n* Update your urls.py:\n\n    ::\n\n        urlpatterns = [\n            ...\n            path('admin/', include('admin_honeypot.urls', namespace='admin_honeypot')),\n            path('secret/', admin.site.urls),\n        ]\n\n* Run ``python manage.py migrate``\n\nNOTE: replace ``secret`` in the url above with your own secret url prefix\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmpayton%2Fdjango-admin-honeypot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmpayton%2Fdjango-admin-honeypot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmpayton%2Fdjango-admin-honeypot/lists"}