drf-operation-log¶
Documentation¶
Requirement¶
- Python 3.8, 3.9, 3.10
- Django 3.2, 4.0, 4.1
Installation¶
Install using pip...
Add'drf_operation_log'
to your INSTALLED_APPS
setting.
Let's take a look at a quick start of using drf_operation_log to saving operation logs.
Run the drf_operation_log
migrations using:
Add the following to your settings.py
module: