Never knowingly knowing narwhals

Category Archives: PostgreSQL

Beep My Stuff enters public Beta

After a rather long period in closed beta I’ve opened Beep My Stuff to a public beta. Beep My Stuff is a web site that makes it FREE and easy to create an online library of your Books, Movies, Video Games and Music. Check it out, all feedback is much appreciated. It’s built with Turbogears, [...]

SQLAlchemy-Migrate upgrade scripts in a transaction

SQLAlchemy Migrate is a really good tool for managing database upgrades for SQLAlchemy centric projects. I’ve been using it for 6 months on New Metal Army and I haven’t had a screwed website upgrade yet! For those that don’t know SQLAlchemy-migrate allows you to version control database changes and easily upgrade and downgrade a database. [...]

Turbogears Development: Enviroment

I thought I’d run through a list of tools that I used to make New Metal Army. New Metal Army is my first major website and I learned a lot along the way. Here are the tools in no particular order: Subversion First and foremost, subversion is a source control tool but it’s also a [...]