I have python flask app which is written on windows. I am trying to deploy it using pythonanywhere.com hosting.
I have following structure:
app.py - my main application
-templates - here I have .html files
-default - here I have img, js, css subfolders.
So I have a confusion with files structure on linux systems. For example this is filestructure on pythonanywhere.com
> .bashrc 2015-02-19 17:55 546 bytes
> .gitconfig 2015-02-19 17:55 266 bytes
> .profile 2015-02-19 17:55 79 bytes
> .pythonstartup.py 2015-02-19 17:55 77 bytes
> .vimrc 2015-02-19 17:55 4.4 KB
> README.txt
So where should I put up my files? There on hosting?