Tom Riat

Results 43 comments of Tom Riat

Hello @mzmmohideen, I'm not exactly sure to understand what you want to do. You're trying to save request.data in your database or to compare those data ?

So, I don't think that the comparaison should be part of the tracking. For the request.data, I don't know what's missing from what you have now ? Do you have...

Hello @pawanvirsingh, can you be more precise in your question ? maybe give some code exemple ? Thanks

I'm not sure about what's you're trying to do there. What's your looking for is a middleware that log stuff, it's not the purpose of DRF-tracking I think.

I'm not sure, this is really specific to DRF. You can try but again, that was not the main purpose there

Hello @veris-neerajdhiman, if you want to check if your error is fixed, you can also install the code from master directly with pip. Let us know if the issue is...

@veris-neerajdhiman can I propose that you do a PR if you already did the fix ? and write tests maybe ? Much appreciated

Hello @amankumarjain, That's actually a really nice question that I tried to solve some times ago. My conclusion was: 1. Using celery is not really a solution (at least for...

New relic can be very expensive and I don't think they have a free version. You can look at something like https://www.elastic.co/apm which is "free" if you host it. It...

> `cat requirements/base.txt | grep -E '^[^# ]' | cut -d= -f1 | xargs poetry add` > > `cat requirements/local.txt | grep -E '^[^# ]' | grep -vE "^\-r" |...