2👍
✅
Well it seems that using app.yaml works out:
- url: /my_app/media/
static_dir: my_app/media
Which allows me to refer to image a.jpg in folder my_app/media with a url like:
<img src="/my_app/media/a.jpg" />
Source:stackexchange.com