I'm trying out Flask as a simple alternative to Django.
Immediately I see that images are probably served ONLY from the static folder.
Is this true? What if I wish have a folder classification of 'photos', is it possible to do so?
Or must we always use "static"?