drf-manipulation

Tools to quickly add manipulation log fields to your Django project


Keywords
django, django-rest-framework, drf, python
License
Apache-2.0
Install
pip install drf-manipulation==0.1.4

Documentation

DRF Manipulation

It's really common to have fields like "inserted_at", "updated_at", "created_at", "last_modification", "last_update", etc in tables. To avoid repeatedly copy-past these fields, I made this package.

Installation

pip install drf-manipulation

Or, if you want the latest version, you can directly install the package from the source code:

pip install https://github.com/xanigo/drf-manipulation/archive/refs/heads/master.zip

Or using git:

pip install git+ssh://git@github.com/xanigo/drf-manipulation.git