Posts tagged “code”
Capturing content in Django templates
2009 February 28
As a template designer there are times when you have structural code surrounding a block which is waiting on content from a child template.
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.