Hello,
I think you should use something like <img src="{{ object.image.url }}"
alt="{{ object.title }}" /> in your template: you want to output images'
url in your template, not the "object" itself. You'll find explanations
in [1] and [2].
Regards
[1]
http://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.FileField.storage
[2] http://docs.djangoproject.com/en/dev/ref/files/file/#the-file-object
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.