Update the `make_cache_key` function to include the request query string in the generated key. This allows for manual cache busting by appending version parameters to redirects. In the `delete_account` route, replace manual cache deletion logic with a redirect containing a timestamped nonce. This ensures that the user's account list and home page views are refreshed without requiring explicit knowledge of all internal cache keys.
Description
No description provided
Languages
HTML
49.2%
Python
46.6%
CSS
2%
JavaScript
1.5%
Shell
0.7%