Skip to main content

* This app provides a simple signal handler for the App django-admin-honeypot * https://github.com/dmpayton/django-admin-honeypot Functions: If 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.

Project description

Django Admin Honeypot Signals

If you are using the admin_honeypot App to log failed login attempts, you may want to be notified via email.

Features:

If 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.

How to use

Get und implement django-admin-honeypot:

Make sure it is working perfect.

  • Install this package:

    pip install -e git://github.com/bitmazk/django-honeypot-signals#egg=honeypot_signals
  • Add honeypot_signals to your INSTALLED_APPS:

    INSTALLED_APPS = (
        [...]
        'honeypot_signals',
    }
  • Add MANAGERS to your settings.py:

    MANAGERS = (
        ('Foo Bar', 'foobar@example.com'),
    )

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-honeypot-signals-0.1.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page