Sébastien Fievet

Results 14 comments of Sébastien Fievet

@ssobczak Do you use the [`staticfiles` app](https://docs.djangoproject.com/en/4.1/ref/contrib/staticfiles/) to manage your static files? > I want the end-user to cache the complied translations file (via Cache-Control response header). But I need...

Thank you for the pointer. I thought about it : maybe using a middleware should do the trick. So, basically, we're searching for some querystring parameter, say "callback", and append...

Sure it will, but i will need to override each resource's to_json method, isn't it ? Which is not DRY :'(

Right now, i'm fine with the Middleware idea. I'll checkout it and see whether still relevant. Thanks for your feedback.