Update for latest GitHub Pages gem

This commit is contained in:
2017-08-31 11:55:54 +02:00
parent fd2243bda6
commit c6910318b5
20 changed files with 27 additions and 27 deletions

View File

@@ -24,7 +24,7 @@ using a middleware, which may introduce performance issues
sometimes<sup>[citation needed]</sup>. So I decided to go with decorators, and
at the end, I came up with this:
{% gist gergelypolonkai/498a32297f39b4960ad7 helper.py %}
{% gist 498a32297f39b4960ad7 helper.py %}
Now I can decorate my views, either class or function based, with
`@convert_params(User, (Article, 'aid'), (Paragraph, None, 'pid'),