I\'ve been tinkering with the GAE and I enjoy the ease of use of the GAE Launcher that is available with the Windows SDK.
My problem is that when I start the applica
As an update, the currently working option with Google App Engine 1.9.19
is to edit the file ~/.appcfg_nag
to make the following change.
- opt_in: true
+ opt_in: false
timestamp: 0.0
I found about this by consulting the
google_appengine/README:line 120
--skip_sdk_update_check Skip checking for SDK updates. If false, fall back
to opt_in setting specified in .appcfg_nag
(Default false)