This may just be a formatting mistake in the question and not in your code. But IKOptions
should be nested in your model class:
class ProductImage(models.Model):
# fields, etc...
class IKOptions:
# ...
Also, before you run ikflush, did you add ImageKit to INSTALLED_APPS
in your settings file?
ars
2010-07-30 00:54:05