im using web.py, structure below:
/home/mopodo/website/kick.py -> get wsgi function and pass to /var/www/wsgi.py (OK)
/home/mopodo/website/static/images/a.png
/home/mopodo/website/templates/index.html
<img src="../static/images/a.png"> -> this image not show in page
the same issue happen with css
i wonder what is the base directory for domain mopodo.pythonanywhere.com?
and why the elements cannot accessed?