On Wed, Aug 11, 2010 at 9:40 PM, Franklin Einspruch
<franklin.einspr...@gmail.com> wrote:
> I still don't get this. Are you supposed to do something like...
>
> image = models.ImageField()
> image.height_field = 'height'
> image.width_field = 'width'
>
> And make 'height' and 'width' columns in the table? I really wish the
> docs had some sample code here...

it's not required to use width_field/height_field, for advanced usage
try looking at http://bitbucket.org/jdriscoll/django-imagekit/ source
code.

Aljosa Mohorovic

-- 
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.

Reply via email to