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:
History
0.1.0 (2017-04-04)
First release on PyPI.
Release files for omni_gumshoe 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| omni_gumshoe-0.1.1.tar.gz | 5.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| omni_gumshoe-0.1.1-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 9.9 kB
Release files / omni_gumshoe-0.1.1.tar.gz
| Download URL | omni_gumshoe-0.1.1.tar.gz |
|---|---|
| Size | 5.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fff38b0b68c7e38bba9154acb0d0a17ed8ef7c362abf8b14a500f32756ac4322
|
|
BLAKE2b-256 checksum How to use checksums |
3b328f9c9e8e87fe00adcfe8b90c85b1978e0950b7cdabf5059693e2174ba47a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / omni_gumshoe-0.1.1-py2.py3-none-any.whl
| Download URL | omni_gumshoe-0.1.1-py2.py3-none-any.whl |
|---|---|
| Size | 4.5 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
ce5fb35d0f5673e603ea5762b3347b10668885774267c23546ce1f1a778f90e2
|
|
BLAKE2b-256 checksum How to use checksums |
b856508780dfeebec663c5d885f7d84908b418ea40d9075b8d23d19b3c31156e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |