Is Django for Designers?

Created on Nov. 9, 2012, 6:56 a.m.
Language: en
Category: Design, Django, Video
Description:

    A great talk which raises and answers the question whether Django is suitable for designers. 26:23

    Fallbacks

    {% if entry %} {{ entry }} {% elif %} {{ post }} {% else %} No entry. {% endif %}

    {% for entry in entries %} {{ entry }} {% empty %} There are no entries. {% endfor %}

    Custom project templates github.com/caktus/django-project-template/

    HTML5 doctypes

    Trancates characters down to a particluar number. {{ objects|truncatechars:"12" }}

URL: http://www.youtube.com/watch?v=nGqQC4_UV-A&feature=relmfu


Update

Comment on This Data Unit