Django で google_appengine 1.7.7 を使用してアプリケーションを作成しまし
た
./dev_appserver.py mysite
それは私にエラーを与える
No valid OAuth 2.0 credentials. Before using the Google SQL Service backend on dev_appserver, you must first run "manage.py syncdb" and proceed through the given instructions to fetch an OAuth 2.0 token.
appspot では正常に実行されますが、localhost では実行されません。どうしたの?