drf-tracking
drf-tracking copied to clipboard
How to add this logging view to function based view
is there any decorator to use it with functin based view?
@amankumarjain At the moment a decorator does not exist. Since, this library follows Django Rest Framework it is designed to be directly used as a class mixin. I am open to the idea but it would have to stay within the purview of DRF.
how to use it with function base view is it possible to use it with function base api view.
@avelis Hi there, is there any chance there are now decorators for function based views to use drf-tracking?