Showing posts with label templates. Show all posts
Showing posts with label templates. Show all posts
Oct 4, 2012
Jul 4, 2012
Templates caching
django-phased - Идея в том, чтобы рендерить шаблон в два прохода: сначала общие для всех закешированные куски шаблона, а потом специфичные для аутентифицированного пользователя части. Как уверяет автор, “this enables very fast generation of pages that have user-specific content”. Даже немного документации есть.
Labels:
cache,
optimization,
templates
Jan 17, 2012
Dec 18, 2011
Include tag
<h1>Most sold items</h1>
{% include "items.html" with items=most_sold_items only %}
<h1>Latest items</h1>
{% include "items.html" with items=latest_items only %}
Labels:
templates
Subscribe to:
Posts (Atom)