pydev debugger: starting
Validating models...
0 errors found
December 07, 2013 - 20:47:37
Django version 1.6, using settings 'mysite.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
[07/Dec/2013 20:47:47] "GET / HTTP/1.1" 200 1757
在浏览器中验证
http://127.0.0.1:8000/
It worked!
Congratulations on your first Django-powered page.
6. 安装mysql
http://dev.mysql.com/downloads/file.php?id=450266
7, 安装Mysql-Python
Mysql-Python是Python连接Mysql的接口
https://pypi.python.org/pypi/MySQL-python/1.2.4