drf-request-logging 0.0.16

Creator: danarutscher

Last updated:

Add to Cart

Description:

drfrequestlogging 0.0.16

DRF Request logging
Request logging for Django REST Framework.

Quick start

Install the package:

pip install drf-request-logging


Add "drf_extra" to your INSTALLED_APPS settings like this:

INSTALLED_APPS = [
...
'drf_request_logging',
]


Run migrations:

manage.py migrate

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.