Re: Django deployment - problems with static files

2014-02-07 Thread Schmitt, Christian
You need to change the permissions of the static files that the webserver user could access those. 2014-02-07 18:29 GMT+01:00 : > Hello, > > I am trying to deploy a new Django website where I am trying to point to > many css, js, image, pdf files, etc. Everything works well in the > developmen

Django deployment - problems with static files

2014-02-07 Thread bhudspeth60
Hello, I am trying to deploy a new Django website where I am trying to point to many css, js, image, pdf files, etc. Everything works well in the development setup. Basically, I am using a mod-wsgi setup in Apache, and Django version 1.5 on Ubuntu linux 12.10. The application is served with th