Skip to content

Instantly share code, notes, and snippets.

@mattwilliamson
Created August 28, 2011 20:35
Show Gist options
  • Save mattwilliamson/1177185 to your computer and use it in GitHub Desktop.
Save mattwilliamson/1177185 to your computer and use it in GitHub Desktop.
App Engine Django ClientLoginError Fix
/google/appengine/tools/appengine_rpc.py
206c206
< account_type = "GOOGLE"
---
> account_type = "HOSTED_OR_GOOGLE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment