mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-31 20:10:23 +00:00
By creating the Descriptor using contribute_to_class (instead of in ImageModelBase's __init__), we take the first step towards eliminating the need to extend ImageModel at all. |
||
|---|---|---|
| .. | ||
| management | ||
| __init__.py | ||
| defaults.py | ||
| lib.py | ||
| models.py | ||
| options.py | ||
| processors.py | ||
| specs.py | ||
| tests.py | ||
| utils.py | ||