omni_gumshoe

Simple django signal for tracking superuser logins.


Keywords
omni_gumshoe
License
MIT
Install
pip install omni_gumshoe==0.1.1

Documentation

Omni Gumshoe

https://travis-ci.org/omni-digital/omni-gumshoe.svg?branch=master

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

Recommended With

We would recommend using Logentry Admin, Omni Gumshoe adds slightly more visibility to Logentry Admin.

Install django-logentry-admin:

pip install django-logentry-admin

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django-logentry-admin',
    ...
)

Credits

Tools used in rendering this package: