Hi,
I'm not sure if I am fully understanding how static files are served or if Python Anywhere does things in a different way that I am not aware of.
I've just started a new webapp blogapp.longuerue.com. There is nothing much in there yet, but to test things I went to the admin page and found there was no styling, so I set my STATIC_ROOT as "/home/stephenl6705/home_blogapp/static", ran collectstatic and reloaded the webapp.
But nothing changed, so I included the link on the Python Anywhere Web page and now it works.
But do I need to do this? I thought having the STATIC_ROOT path defined and all required static files in there Django should find those static files there and serve them automatically, not?
Stephen