omni_gumshoe 0.1.1

Creator: codyrutscher

Last updated:

Add to Cart

Description:

omni gumshoe 0.1.1

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:

Cookiecutter
cookiecutter-djangopackage



History
0.1.0 (2017-04-04)

First release on PyPI.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.