Re: Static Files on IIS install

2013-04-12 Thread Mike Dewhirst
You need to make IIS serve the static files from a given location. 1. Run collectstatic and note where it puts the files (STATIC_ROOT). 2. Tweak IIS so it connects STATIC_URL to STATIC_ROOT. I can't help there because I have never used it. I could help if it was Apache. Good luck Mike Con

Re: Static Files on IIS install

2013-04-11 Thread Mark Lybrand
I will read those links as soon as I get a chance. As for the particulars: Errors: "NetworkError: 404 NOT FOUND - http://localhost:8001/static/admin/css/base.css"; "NetworkError: 404 NOT FOUND - http://localhost:8001/static/admin/css/dashboard.css"; OS: Windows 7 Web server: IIS 7 with FastCGI

Re: Static Files on IIS install

2013-04-11 Thread Mike Dewhirst
On 12/04/2013 12:56pm, Mark Lybrand wrote: I have managed to get a Django app installed on IIS7. It is not finding the static files for the admin section. Can someone give me some pointers on the steps I need to take to get static files to work in general, https://docs.djangoproject.com/en/1.