As mentioned in my previous post, I am currently developing a simple Q&A website. I was able to display a list of questions submitted by users but I also wanted to display who wrote the post on my front page . I simply added another property “firstName” of the user to my db model in… Continue reading Google App Engine – Fix an error when adding another property to datastore (webapp2)