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.

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

omni_gumshoe-0.1.1.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

omni_gumshoe-0.1.1-py2.py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 2 Python 3

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