From fa54b9b6ef7bdaf581e128b81013ebfdbadbe99c Mon Sep 17 00:00:00 2001 From: Matthew Tretter Date: Sun, 21 Oct 2012 17:55:18 -0400 Subject: [PATCH] Document file-generation aspect of specs --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a616d75..94cf4c0 100644 --- a/README.rst +++ b/README.rst @@ -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: