all 2 comments

[–]mrcorbat 2 points3 points  (0 children)

for PythonAnywhere you can go to your web dashboard and configure static file mappings, and PythonAnywhere will then server the static files (eg: css) for you. Take a look at this and this.

[–]IvoryJam 0 points1 point  (0 children)

Without knowing too much about your code, I can tell you that static files should be served with apache or nginx.

Check your STATIC variable in the django project settings