diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-02-07 12:26:48 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-02-07 12:26:48 +0800 |
commit | a8098dfafaa91a9c2558f3b4135c4523b6788759 (patch) | |
tree | 7424356eecb67089088db3bf057809a6b7db2641 /www/Makefile | |
parent | ee8425c5c5bd2c5b734fc4d78277dfa32123dd90 (diff) | |
download | freebsd-ports-gnome-a8098dfafaa91a9c2558f3b4135c4523b6788759.tar.gz freebsd-ports-gnome-a8098dfafaa91a9c2558f3b4135c4523b6788759.tar.zst freebsd-ports-gnome-a8098dfafaa91a9c2558f3b4135c4523b6788759.zip |
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.
WWW: https://github.com/ojii/django-sekizai
PR: ports/164622
Submitted by: Matthew X. Economou <xenophon+fbsdports@irtnog.org>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 5c9d0396065e..ea49083f5bf5 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1413,6 +1413,7 @@ SUBDIR += py-django-piston SUBDIR += py-django-profiles SUBDIR += py-django-registration + SUBDIR += py-django-sekizai SUBDIR += py-django-signals-ahoy SUBDIR += py-django-storages SUBDIR += py-django-tagging |