leonardo-admin-honeypot

Django Admin Honeypot without db backend.


License
Other
Install
pip install leonardo-admin-honeypot==0.1.1

Documentation

Leonardo leonardo-admin-honeypot

Admin Honeypot based on @dmpayton https://github.com/dmpayton/django-admin-honeypot but without storing events to db. Just simple raise errors which send emails or handle it in sentry.

Installation

pip install leonardo-admin-honeypot

Using

You have two options how use honeypot, in default state is automaticaly loaded under configured url. If you needit you can spawn it to any url pattern as FeinCMS application.

Read More