2👍
✅
There may be an advantage to going the nginx route… but I’m not seeing it.
The advantages to using Django’s module:
-
You can set data to cache, such as expensive queries and API call results, rather than be locked into caching the whole view.
-
It’s easy, and then you can get back to making your application cool.
Source:stackexchange.com