for your second question, i think you could use the ifchanged template
directive on a list of all your media information.  Similar to what
you're doing, but you don't have to build a dictionary, the templates
will print when the field on ifchanged changes.  something like that I
think.

J

On Oct 10, 3:17 pm, Bernd <[EMAIL PROTECTED]> wrote:
> Question 1 is solved. the brackets are wrong. right way is:
>   {% for event in events %}
>       event.get_thumbnail_url
>   {% endfor %}
>
> I would be appreciate if there would be any ideas to my second question
>
>   Bernd
>


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

Reply via email to