Google App Engine lightning talk notes
I’ve attached a tar.gz of my lightning talk notes. AppEngine lightning talk
There is a copy of the presentation, which is probably not worth the time it takes to open. then there are three copies of the blog application.
Blog_step1 is just the basic django application, that does nothing.
Blog_step2 is where I’ve added a basic model of a blog post, I’ve added a basic view so you could see a post if any existed. Creating a post is difficult at this point, you could do it with the Google App Engine dataviewer if you could manage it.
Blog_step3 is where I’ve added the facility to create a post. Of note is that to create the form we only have to create an object that has a Meta class referencing the model.
I’ve also included diff’s of step1 to step2, and step2 to step3, so you don’t ahve to manually see what changed between versions.
Hope you like it.