I've created a new Django 1.4.9 application via the WebFaction one click install. I then copied all the project files from a very simple Django 1.4.5 installation on the same server. Once I'd copied the files over I changed any references to the original application name and domain name to the new one in both the httpd.conf and settings.py plus any other files with hard coded references in. I then ran syncdb (sqlite database) and collect static files neither of which reported any errors and I could see all the files collected in collectstatic in the terminal when it ran, afterwards restarting Apache. The web page works fine in terms of functionality, reading the database and templates etc. but no static files are found at all. This includes the Django admin. The original application works without a problem on the old domain and the new application is a direct copy of the old one with just the appropriate application and domain names changed. Where else am I looking in a Django app to change static files? asked 11 Apr '14, 11:10 zilog8bit |