You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many people have posted questions about the best way to hook into API views to add logging, e.g., https://groups.google.com/forum/#!topic/django-rest-framework/n7iZK2l4VB0. I've done this myself in a couple projects now, so I made a reusable app that implements the recommended strategy and saves the data to a db model:
Many people have posted questions about the best way to hook into API views to add logging, e.g., https://groups.google.com/forum/#!topic/django-rest-framework/n7iZK2l4VB0. I've done this myself in a couple projects now, so I made a reusable app that implements the recommended strategy and saves the data to a db model:
https://github.com/aschn/drf-tracking
If this package would be useful to others, it could be added to the docs somewhere. Not sure where would be best, though.. maybe here?
The text was updated successfully, but these errors were encountered: