mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-17 05:40:25 +00:00
I suck horribly at checking my work.
This commit is contained in:
parent
03a1339d1f
commit
7fe96cbe54
1 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
******
|
||||
|
|
|
|||
Loading…
Reference in a new issue