You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyramid_beaker does pretty much nothing for us here. It configures cache
regions, but we don't actually use them, so we have to set everything up
ourselves.
This (re-)adds caching to the pokemon page. Other pages that used to be
cached are now broken, but i'll fix them in upcoming commits.
Updates veekun#128
magical
added a commit
to magical/spline-pokedex
that referenced
this issue
Jul 16, 2019
Add caching to all the pages that formerly had been cached in
spline-pokedex.
Also drop the template argument from cache_content, since unlike spline
it isn't responsible for rendering the template. We still need something
to use as the cache key, so use the do_work function name instead, same
as beaker does for decorated functions.
Updates veekun#128
part of #115
The text was updated successfully, but these errors were encountered: