On Fri, Nov 21, 2008 at 7:47 PM, niklasr <[EMAIL PROTECTED]> wrote:

> django equilavent of the mako
> % if  matched_images.count()  > 1:
> is what i want django to do however the obvious isn't
> {% if matched_images.count > 1 %}
> What can it be?
> The reference is defined as
> reference=db.ReferenceProperty(announcement, collection_name =
> 'matched_images')

You should consult the Django template language docs, because it
really is significantly different to what you appear to assume:

http://www.djangoproject.com/documentation/0.96/templates/


Dave.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to