mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Document file-generation aspect of specs
This commit is contained in:
parent
3e2c3803ff
commit
fa54b9b6ef
1 changed files with 2 additions and 1 deletions
|
|
@ -59,7 +59,8 @@ might be useful, for example, in view code, or in scripts:
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
????????
|
||||
spec = Thumbnail()
|
||||
new_file = spec.apply(source_file)
|
||||
|
||||
More often, however, you'll want to register your spec with ImageKit:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue