Djangoインストール(Windows)

以下のページを参考にインストールしてみました。
http://ymasuda.jp/python/django/docs/install.html
以下のソフトをインストールしたら、インストールコマンドを実行。
python
MySQL
MySQLdb(python-MySQL)

python setup.py install 

インストールが完了したらdjango_src/django/bin/django-admin.py を{PYTHON_HOME}/Scriptにコピー。

参考サイト

Djangoのインストール
http://ymasuda.jp/python/django/docs/install.html