mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
This marks a major step towards centralizing some of the "spec" logic and creating a single access point for them. Because `ImageSpecFields` are just alternative interfaces for defining and registering specs, they can be accessed and overridden in the same manner as other specs (like those used by template tags): via the spec registry. |
||
|---|---|---|
| .. | ||
| imagecache | ||
| management | ||
| models | ||
| processors | ||
| templates/imagekit/admin | ||
| templatetags | ||
| __init__.py | ||
| admin.py | ||
| conf.py | ||
| exceptions.py | ||
| files.py | ||
| lib.py | ||
| specs.py | ||
| utils.py | ||