Step 1: install python
http://www.pip-installer.org/en/latest/installing.html
pip install python
Step 2: install Django
pip install django
Step 3: install mysql
http://dev.mysql.com/downloads/mysql/
pip install mysql-python django
alias mysql=/usr/local/mysql/bin/mysql
alias mysqladmin=/usr/local/mysql/bin/mysqladmin
There was an error while loading. Please reload this page.