Django and IIS, handlers not functioning as expected

I have been working on developing an internal website for my company, I am using django as the framework. Once I went through the process of moving everything to IIS I lose my css files for the admin page.

I have tried swapping the handlers from django fastcgi being first and staticfilehandler being first, if django is first then everything loads and works except for the admin page issue, but if static is first then everything breaks. I have edited the applicationHost.config file to allow overrides and changed the definitions as well.

Вернуться на верх