Skip to main content

Simple django signal for tracking superuser logins.

Project description

https://badge.fury.io/py/omni_gumshoe.svg https://travis-ci.org/omni-digital/omni-gumshoe.svg?branch=master https://codecov.io/gh/omni-digital/omni-gumshoe/branch/master/graph/badge.svg

Simple logging for superuser logins.

Quickstart

Install Omni Gumshoe:

pip install omni_gumshoe

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'omni_gumshoe',
    ...
)

Features

  • Adds a LogEvent every time a super user logs in.

  • Adds a LogEvent every time a staff user logs in.

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2017-04-04)

  • First release on PyPI.

Supported by

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