Django Logger
Log exceptions, errors and user activity for Django
Quick start
- Add "django_logger" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'django_logger', ]
- Add 'django_logger.middleware.RequestLoggingMiddleware' to your MIDDLEWARE setting like this::
MIDDLEWARE = [ ..., 'django_logger.middleware.RequestLoggingMiddleware', ]
-
Run python manage.py migrate to create the django_logger models.
-
Visit http://127.0.0.1:8000/admin/ to see logs.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dj_logger-0.1.tar.gz
(427.0 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 dj_logger-0.1.tar.gz.
File metadata
- Download URL: dj_logger-0.1.tar.gz
- Upload date:
- Size: 427.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4eea39559f88cee47378fb77a2ec0c181a29d5c4fefd2662bf243c3380b0cb38
|
|
| MD5 |
8118ecc78e4c04dd9445af6a70bbda6c
|
|
| BLAKE2b-256 |
8ff2ce8d5e067e3fc5f811b2cff0619d5d98da7c7a79b1469a76457386ccc48e
|
File details
Details for the file dj_logger-0.1-py2.py3-none-any.whl.
File metadata
- Download URL: dj_logger-0.1-py2.py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de60dcabd47b93382ff54b588ec2dcb9c90d28c4552a0515f36b620b1b4707c7
|
|
| MD5 |
87a57b67521a1cf06e5eab5078e16944
|
|
| BLAKE2b-256 |
d7fdf7fb7a085d82485ecc43c9e67bb48b1bb4cb99a81dd64a7230b683374f91
|