Added render variations to the readme

This commit is contained in:
Oliver Marks 2017-04-19 19:01:46 +01:00
parent 568241412c
commit b169cc85cf
1 changed files with 5 additions and 0 deletions

View File

@ -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