Is there any way to handle query per user limitations with tastypie API library ?
I would like for example to limit all users to 200 queries per day.
I looked all over the documentation and only found how to handle query results ranges limitations.
Edit : I found out that piston was proposing query throttling but everywhere people say that tastypie is better than piston.