mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +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
|
||||
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
|
||||
------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue