在WinXP底下,明明按照 官網 的指示裝了Django,也可以run server起來,但是就是無法註冊,會出現下面的error 結果是版本不對,目前官網提供的1.3.1太新,換回去當初開發用的1.2.5就可以了 下載點 http://www.djangoproject.com/download/1.2.5/tarball/ D:\xampp\htdocs\testqa>python manage.py runserver Validating models... 0 errors found Django version 1.4 pre-alpha, using settings 'testqa.settings' Development server is running at http://127.0.0.1:8000/ Quit the server with CTRL-BREAK. [16/Nov/2011 16:16:55] "GET / HTTP/1.1" 200 9164 [16/Nov/2011 16:16:56] "GET /opensearch.xml HTTP/1.1" 200 383 [16/Nov/2011 16:16:57] "GET /account/signin/ HTTP/1.1" 200 13982 [16/Nov/2011 16:17:01] "GET /account/local/register/ HTTP/1.1" 200 6660 [16/Nov/2011 16:17:04] "GET /opensearch.xml HTTP/1.1" 200 383 [16/Nov/2011 16:17:06] "GET /account/signin/ HTTP/1.1" 200 13982 ---------------------------------------- Exception happened during processing of request from ('127.0.0.1', 1901) Traceback (most recent call...