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

后端 未结 5 2085
迷失自我
迷失自我 2021-01-12 03:40

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 Chro

5条回答
  •  既然无缘
    2021-01-12 04:11

    I am developing with Windows 7, 64bit, django 1.3, py 2.6 and I always check functionality of the Dev server in IE, Firefox, Safari, and Chrome. My newest system has IE9 on it and my old system has IE8. I also noticed the hanging problem. I found that when I used 127.0.0.1:8000 it hung and would take refreshed to get it to work. If I started the Dev server using the specific IP address of my dev server the problem seemed to be gone. For example python manage.py runserver 192.168.1.134:8000

    Does seem to be something very specific to IE9. an if you google it more people have been seeing this problem.

提交回复
热议问题