Shortcut to manage logs from Django Admin
Project description
Django Log Shortcut
Install the package
pip install tms_django_log
Add the application in the INSTALLE_APPS:
INSTALLED_APPS = [
...
'django.contrib.admin',
'django.contrib.contenttypes',
'tms_django_log',
...
]
Apply migrations
python manage.py migrate
Then use the shortcut
from tms_django_log.models import add_log
add_log("Something happened", detail="More details here", level=3)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tms-django-log-1.0.2.tar.gz
(4.5 kB
view details)
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 tms-django-log-1.0.2.tar.gz.
File metadata
- Download URL: tms-django-log-1.0.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2be2925dc1ee6748b4af8ff4a79723256ab3687367053595065ee9e50bcc549c
|
|
| MD5 |
269507f26e3a69a12a5824c921409035
|
|
| BLAKE2b-256 |
7dd0eddd78eaa02c8e8fada0f31b5493bd19aaad66875248e576902bfe72f1d0
|
File details
Details for the file tms_django_log-1.0.2-py3-none-any.whl.
File metadata
- Download URL: tms_django_log-1.0.2-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07623434f44583a903f41b085ebcde3d5a2f56a625def6dd13521cd498a8fc63
|
|
| MD5 |
5d595157e1be77cf5e8833d0657a7980
|
|
| BLAKE2b-256 |
52ba633d1024b444642916e250d77a56b70cc9d235ba02c0b363c2f35a7fb8a6
|