Openshift And Webpy

I’ve just finished my first web app on Openshift using the web.py format! This will be a list of random thoughts and ideas where I will record them. I like to think of this as my Moleskin notebook which people carry around. There are still various improvements which I can make: Adding a framework. Boostrap seems to be skeleton’s big brother, so it would be a good starting to point to apply it to this website Responsive web is not the main goal, though for learning purposes; why not! [Read More]

Openshift And Postgresql

I’ve been giving Openshift a shot for a few days now. What I’ve got running: webpy PostgreSQL Annoyances I’ve had: Getting multiline text to run with proper escaping. This really is the only gripe I’ve had with Postgresql (not with Openshift). But I think enough is enough for now, I’ll revisit you later! Lessons learnt: Use insert in mingw32 to paste Escaping strings is a POA Using webpy on a framework better suited to Django or Rails means lots of experimentation (i. [Read More]