ie6 redirect problem

2011-04-11 Thread kimia
my django project works fine with firefox4 and ie7 , but login fails in ie6 and shows: MultiValueDictKeyError at /accounts/login/ "Key 'username' not found in " In fact the html form sends nothing .I've googled before and found that ie6 changes "post" to "get" when redirects.but I tried "get" for

mssql2k and apache

2011-03-20 Thread kimia
Hi, I have to connect to mssql2k in my django app . everything goes well in "manage.py runserver" but I cant connect to mssql when I use apache . I tried both pymssql and pyodbc , nothing changed. installing sp4 "SQL2000.MSDE-KB884525-SP4-x86-ENU.EXE" changed nothing too. this line has problem cn