3 ms·
Time zone support! This has always been one of the most painful things to manage IMHO. Also this little gem caught my attention... * The if template tag now
by trun 15y ago
Time zone support! This has always been one of the most painful things to manage IMHO. Also this little gem caught my attention...
* The if template tag now supports {% elif %} clauses.
- lightcatcher 15y agoI've found using Jinja2 templates (http://jinja.pocoo.org/docs/ http://jinja.pocoo.org/docs/ ) is a lot easier than dealing with the Django template language. Django also makes switching template languages quite easy.
- jawr 15y agoI believe Jinja2 is also a lot quicker, but the Django developers want to catch up.. so that's something.