Re: Static Files on IIS7

2011-07-24 Thread The Ape
Hi, by the way I solved my Problem... just forgot to gather static files for productive mode... My biggest problem was that my server is running with Plesk 10 and that puts some difficulties in your way that you shouldn't have with a plain windows server 2008 and iis7. There are two ways I encou

Re: Static Files on IIS7

2011-07-23 Thread CrabbyPete
Have you got django to run on II7 at all. I tried it and was not able to get it to work. If you did I'd love to try it and see what comes up with it. On Jul 22, 7:46 am, The Ape wrote: > Hi, > > I am running Django (1.3) with PyISAPIe (Python 2.6.6) on IIS7. > I am using the Django tutorial pages

Static Files on IIS7

2011-07-22 Thread The Ape
Hi, I am running Django (1.3) with PyISAPIe (Python 2.6.6) on IIS7. I am using the Django tutorial pages as test sites. Now when I am trying to access the adminsite, the site is loaded without the static files (loaded via IIS7). When I use the Django development server the site is rendered perfect