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

后端 未结 5 2089
迷失自我
迷失自我 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条回答
  •  梦毁少年i
    2021-01-12 04:11

    I'm not sure if you have the same problem as me. But I also bumped with the same white page on IE9 and apparently it was caused by html tag "fieldset" hides my form.

    Try to validate your html code or check html tags compatibility with IE9. Hope it helps.

提交回复
热议问题