Why does manage.py syncdb fail to connect to google cloud sql database?
问题 During a recent update of an app on Google App Engine I was in the process of updating the database with: SETTINGS_MODE='prod' ./manage.py syncdb This worked last time I ran it, but now I am getting the following error: Traceback (most recent call last): File "./manage.py", line 10, in <module> execute_from_command_line(sys.argv) File "/Library/Python/2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line utility.execute() File "/Library/Python/2.7/site