Twitter Bootstrap Website Deployed with GAE

blogs, google-app-engine, python, twitter-bootstrap

Solution

Have a look at gae-boilerplate. Its based on webapp2 and twitter bootstrap.

- Docs https://github.com/coto/gae-boilerplate

- demo http://appengine.beecoss.com/

It does pretty much what you want out of the box along with a bunch of other features you may well want.

Problem

So I'm a programming noob. I have been following many of the Udacity classes and I am slowly learning to code. Alright so here's my question. I have built the basic HTML files of my blog using Twitter Bootstrap as it is so simple to use. Now what I would like to do is to combine the great template's that Bootstrap provides with the simple hosting services of Google App Engine. This is where my noobness comes in and I'm totally lost. Any help would be appreciated, don't be afraid to hurt my feelings I am noob and will understand if this is completely impossible.

Original source