On Fri, Sep 2, 2011 at 1:25 PM, daonb <bennyd...@gmail.com> wrote:
> Hi Reinout,
>
> IMHO, Django's philosophy is that template designers are highly
> skilled designers and not coders.  To make it possible for designers
> to edit the templates themselves, Django requires the developer to
> create a simple context dictionary for designers to understand.
>
> In all of my projects so far I didn't have the luxury of a designer
> who'se fluent in Django templates and can write them by himself, but
> still, I like Django for showing a clear way for designers and coders
> to work together.

This isn't an especially strong argument against including the view in
the template -- after all, the template language allows dot notation
to explore object attributes. The underlying type is completely opaque
from a template designer's perspective.

Yours,
Russ Magee %-)

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to