Requires The mg.media.photo application.
Purpose of this application is to gather information about camera parameters for shooting a photo. The only defined model saves sensibility, aperture, focal length, exposure time, and flash presence.
This data can be transparently extracted from Exif data, through the relevant Updaters.
Data can be exposed in a generic way with the relevant Templatetags.
In order to use these templatetags, you must use the following code in your template:
{% load mg_photo_info %}
This inclusion tag retrieves the HTML code to display photo information, if available.
{% photo_info photo %}
It actually uses the template named photo_info/photo_info.html.