mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-17 03:31:08 +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)
|