mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-05-03 02:44:50 +00:00
Currently, these will fail because the temporary file cannot be pickled in order to generate a hash.
8 lines
117 B
Python
8 lines
117 B
Python
from imagekit import ImageSpec, register
|
|
|
|
|
|
class TestSpec(ImageSpec):
|
|
pass
|
|
|
|
|
|
register.spec(TestSpec, 'testspec')
|