API Reference

models Module

processors Module

members:

admin Module

class imagekit.admin.AdminThumbnail(image_field, template=None)

A convenience utility for adding thumbnails to Django’s admin change list.

Parameters:
  • image_field – The name of the ImageField or ImageSpec on the model to use for the thumbnail.
  • template – The template with which to render the thumbnail

Table Of Contents

Previous topic

Getting Started

Next topic

Changelog

This Page