| 2013-03-13 08:08:35 by Adam Ciarcinski | Files touched by this commit (3) |
Log message: Changes 0.7: Unknown. |
| 2012-10-28 07:31:10 by Aleksej Saushev | Files touched by this commit (600) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
| 2012-08-26 14:54:46 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: Changes 0.6.1: Bug fixes. |
| 2012-03-10 20:49:02 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Mark as PYTHON_VERSIONS_INCOMPATIBLE=24 because of
with SettingsOverride(TEMPLATE_DEBUG=False):
^
SyntaxError: invalid syntax
see
http://ftp.netbsd.org/pub/pkgsrc/misc/j … nstall.log
|
| 2012-01-08 08:49:54 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message: Sekizai means "blocks" in Japanese, and that's what this app provides. \ A fresh look at blocks. With django-sekizai you can define placeholders where your blocks get rendered and at different places in your templates append to those blocks. This is especially useful for css and javascript. Your subtemplates can now define css and javscript files to be included, and the css will be nicely put at the top and the javascript to the bottom, just like you should. Also sekizai will ignore any duplicate content in a single block. |