Django: IE doesn't load locahost or loads very SLOWLY

Posted by reedvoid on Stack Overflow See other posts from Stack Overflow or by reedvoid
Published on 2011-05-18T14:45:20Z Indexed on 2011/06/25 8:22 UTC
Read the original article Hit count: 115

I'm just starting to learn Django, building a project on my computer, running Windows 7 64-bit, Python 2.7, Django 1.3.

Basically whatever I write, it loads in Chrome and Firefox instantly. But for IE (version 9), it just stalls there, and does nothing. I can load up "http://127.0.0.1:8000" on IE and leave the computer on for hours and it doesn't load. Sometimes, when I refresh a couple of times or restart IE it'll work. If I change something in the code, again, Chrome and Firefox reflects changes instantly, whereas IE doesn't - if it loads the page at all.

What is going on? I'm losing my mind here....

© Stack Overflow or respective owner

Related posts about django

Related posts about Performance