diff --git a/README.rst b/README.rst index fdd9004..00d9bff 100644 --- a/README.rst +++ b/README.rst @@ -15,6 +15,8 @@ Step 2 Add ImageKit to your models. +:: + # myapp/models.py from django.db import models @@ -37,6 +39,8 @@ Step 3 Create your specifications. +:: + # myapp/specs.py from imagekit.specs import ImageSpec @@ -80,6 +84,8 @@ Step 5 Use your new model in templates. +:: +