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.
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.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file omni_gumshoe-0.1.1.tar.gz.
File metadata
- Download URL: omni_gumshoe-0.1.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fff38b0b68c7e38bba9154acb0d0a17ed8ef7c362abf8b14a500f32756ac4322
|
|
| MD5 |
538739bc030daa87b0214169dbfed79a
|
|
| BLAKE2b-256 |
3b328f9c9e8e87fe00adcfe8b90c85b1978e0950b7cdabf5059693e2174ba47a
|
File details
Details for the file omni_gumshoe-0.1.1-py2.py3-none-any.whl.
File metadata
- Download URL: omni_gumshoe-0.1.1-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 |
ce5fb35d0f5673e603ea5762b3347b10668885774267c23546ce1f1a778f90e2
|
|
| MD5 |
420ad19c230af1f3ebc9884fa732cb1c
|
|
| BLAKE2b-256 |
b856508780dfeebec663c5d885f7d84908b418ea40d9075b8d23d19b3c31156e
|