From b169cc85cfb30910198df4b8ba77f0f085996001 Mon Sep 17 00:00:00 2001 From: Oliver Marks Date: Wed, 19 Apr 2017 19:01:46 +0100 Subject: [PATCH] Added render variations to the readme --- README.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.org b/README.org index 4196288..4531215 100644 --- a/README.org +++ b/README.org @@ -69,3 +69,8 @@ docker-compose -fdev.yml run --rm django python manage.py loaddata mhackspace/fe #+BEGIN_SRC sh docker-compose -fdev.yml run --rm django python manage.py list_subscriptions #+END_SRC + +*** Render image variations, if you change the images sizes this will be needed +#+BEGIN_SRC sh +docker-compose -fdev.yml run --rm django python manage.py rendervariations 'blog.Post.image' --replace +#+END_SRC