mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-17 13:50:24 +00:00
This commit removes the functionality now in the PILKit project, and adds PILKit as a dependency. Import hooks have been used to expose the processors under "imagekit.processors".
7 lines
184 B
Python
7 lines
184 B
Python
# flake8: noqa
|
|
from . import importers
|
|
from . import conf
|
|
from . import generatorlibrary
|
|
from .specs import ImageSpec
|
|
from .pkgmeta import *
|
|
from .registry import register, unregister
|