From the category archives:

Django

Just Trying to Test Leads to Cleaner Code

October 27, 2009

As I mentioned in my last post, I’ve been trying to get some unit testing going so that I can keep focused and gain a higher level of comfort with the code I’m writing. I started by trying move a business method that had crept into the model and put it in its own business [...]

Read the full article →

Refatoring for Unit Testing

October 17, 2009

I’ve been working on LaG for a month or so. Progress has been slow, because I haven’t set enough short term goals. I really need to get back to my GTD weekly review to prioritize and get to a list of actions for the project. Most of the work I have done has been to [...]

Read the full article →

Project Setup

September 11, 2009

app-engine-patch Let’s get down to some programming. First, I downloaded app-engine-patch 1.1RC. This gives me Django 1.1 with Google’s model classes instead of Django’s own Model. For those who don’t know, Google App Engine (GAE) uses BigTable instead of a relational database like SQL Server or MySQL. With BigTable you trade the data integrity of [...]

Read the full article →

Facebook Game with Django on Google App Engine – Setup

September 7, 2009

Now that I’ve decided to write a Facebook app using Django on Google App Engine I plan to document as much of the development process as possible. The first steps were purely administrative. I registered a Google App Engine application called “law-and-gospel” (lawandgospel was taken). I then registered a Facebook application called “LawAndGospel.” Nothing complicated [...]

Read the full article →

That Was Short Lived

September 4, 2009

I started working through the Lift getting started guide and other documentation and I’ve come to the conclusion that a lot of the benefits of using Lift aren’t applicable to the project. The project is a Facebook app and I have a little experience writing those with Django and Google App Engine. All the nice [...]

Read the full article →