From 65fab3f42679b72fa9ef5d1cd1e7d5e51e6691a8 Mon Sep 17 00:00:00 2001 From: Park Hyunwoo Date: Fri, 7 Nov 2014 10:20:52 +0900 Subject: [PATCH] Update README.rst Fix typo in README --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 63ac5fc..a0f7a49 100644 --- a/README.rst +++ b/README.rst @@ -131,8 +131,8 @@ Note that when using outside of admin panel you will have to make sure all form -Managment Commands -~~~~~~~~~~~~~~~~~~ +Management Commands +~~~~~~~~~~~~~~~~~~~ Included is a management command to create thumbnails for images already contained in ``CKEDITOR_UPLOAD_PATH``. This is useful to create thumbnails when starting to use django-ckeditor with existing images. Issue the command as follows:: $ ./manage.py generateckeditorthumbnails