In Django, how can create a single cached version of a page (same for all users) that\'s only visible to authenticated users?
The pag
I know this is a very old question, but we have a new alternative to solve this.
You can use the decorator cache_control passing private as True to protect your data.
private
True