mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-05-22 19:25:50 +00:00
Add link to readthedocs
I think people don't know we have more documentation than the README that github is showing.
This commit is contained in:
parent
2467dfe912
commit
0b02a7158e
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,10 @@ ImageKit is a Django app that helps you to add variations of uploaded images
|
||||||
to your models. These variations are called "specs" and can include things
|
to your models. These variations are called "specs" and can include things
|
||||||
like different sizes (e.g. thumbnails) and black and white versions.
|
like different sizes (e.g. thumbnails) and black and white versions.
|
||||||
|
|
||||||
|
For the full documentation, see `ImageKit on RTD`_.
|
||||||
|
|
||||||
|
.. _`ImageKit on RTD`: http://django-imagekit.readthedocs.org
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue