]> git.parisson.com Git - slides.git/commitdiff
Merge branch 'master' of https://github.com/Ircam-Web/timeside-slides
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 13 Oct 2020 14:44:16 +0000 (16:44 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 13 Oct 2020 14:44:16 +0000 (16:44 +0200)
1  2 
src/slides/timeside-2020.md

index 9e700374fae1a54476cb7532b7146ba0ba6834ec,c17ec8cc83150ccff1c784dd9c3face539d17f19..b1538fd0f95b806cf310a404eb8efa747406bbba
@@@ -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()
 -```
  ]