#south must be installed and the app has already been initialized by south. 
shell> ./manage.py schemamigration <AppName> --auto
shell> ./manage.py migrate <AppName>

#Connect to Google's sql cloud 
shell> mysql --host=instance-IP --user=user-name --password