mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-09 16:00:59 +00:00
8 lines
117 B
Python
8 lines
117 B
Python
from imagekit import ImageSpec, register
|
|
|
|
|
|
class TestSpec(ImageSpec):
|
|
pass
|
|
|
|
|
|
register.spec('testspec', TestSpec)
|