I suck horribly at checking my work.

This commit is contained in:
Bryan Veloso 2011-02-10 15:15:52 -08:00
parent 03a1339d1f
commit 7fe96cbe54

View file

@ -8,7 +8,11 @@ ImageKit In 7 Steps
Step 1
******
``pip install django-imagekit`` (or clone the source and put the imagekit module on your path)
::
$ pip install django-imagekit
(or clone the source and put the imagekit module on your path)
Step 2
******
@ -79,7 +83,7 @@ Flush the cache and pre-generate thumbnails (ImageKit has to be added to ``INSTA
::
python manage.py ikflush myapp
$ python manage.py ikflush myapp
Step 5
******