'OAUTH_REDIRECT_URI' gives a syntax/EOF error on the ',' (line 42). Removing the string separation and just adding the redirect solves this issue for the moment.
'OAUTH_REDIRECT_URI': '%s%s' % (
'https://REPLACE_THIS_WITH_YOUR_APPLICATION_NAME.appsot.com OR http://localhost:8080',
'/admin/auth')
}
'OAUTH_REDIRECT_URI' gives a syntax/EOF error on the ',' (line 42). Removing the string separation and just adding the redirect solves this issue for the moment.
Obviously works just fine.