As I continue to make improvement on this blog software, and learn more how to develop with App Engine as a platform, for this post I'll be adding a form handling functions for creating and editing post using Django Forms. What we will be doing here is using the Django Forms instead of ModelForms. The reason why I am not using ModelForms from the google.appengine.ext.db import djangoforms which sh