Posts tagged “code”

Django Basic Apps

2007 December 02

I've been working on abstracting some Django applications from past projects so they can effortlessly be plugged into future projects.

Juggling Django settings modules

2007 November 06

If you find yourself juggling multiple Django projects and constantly changing the settings module variable, try this simple shortcut.