From: Guillaume Pellerin Date: Tue, 13 Oct 2020 14:44:16 +0000 (+0200) Subject: Merge branch 'master' of https://github.com/Ircam-Web/timeside-slides X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7b2aab1b7d5886a02d64323d7da5febbd6e80186;p=slides.git Merge branch 'master' of https://github.com/Ircam-Web/timeside-slides --- 7b2aab1b7d5886a02d64323d7da5febbd6e80186 diff --cc src/slides/timeside-2020.md index 9e70037,c17ec8c..b1538fd --- a/src/slides/timeside-2020.md +++ b/src/slides/timeside-2020.md @@@ -349,7 -367,13 +349,6 @@@ $ git clone --recursive https://github. $ docker-compose up ``` - -```python -$ docker-compose run app python manage.py shell ->>> from timeside.models import Task ->>> tasks = Task.objects.all() ->>> for task in tasks: ->>> task.run() -``` ]