Simple django signal for tracking superuser logins.
Project description
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.
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.
Project details
Release history Release notifications | RSS feed
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.0.tar.gz
(5.4 kB
view details)
Built Distribution
File details
Details for the file omni_gumshoe-0.1.0.tar.gz
.
File metadata
- Download URL: omni_gumshoe-0.1.0.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72a88583d6d49591f2d6be84708ae8101d158de04eeb15cc4ccceb51eb8a48df |
|
MD5 | abe1d9e540ec8759ca8c610d51953c3c |
|
BLAKE2b-256 | bfebb4104fbd98278bdb6482583187ae9efc0d51b5c5f21ae0f3837b35dcd9b2 |
File details
Details for the file omni_gumshoe-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: omni_gumshoe-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8fda343b72697d5833fc2762e19be5110a0f6aa048691220f77019515c1014a5 |
|
MD5 | db88af1492597927c72944ec140bf58d |
|
BLAKE2b-256 | a4bf5f3bffe625d91cebfdba72490504b930e04a28a43a13d5e3cab4f9447b49 |