Recent Posts

Archive

2012

2011

2010

2009

2008

2007

2006

Tags

Authors

Brad Montgomery

Feeds

RSS / Atom

Blog

Viewing posts from January, 2009

A Custom form for Django's Automatic Admin.

Jan. 1th, 2009 In: None By: Brad Montgomery 6 comments

A huge selling-point for Django (at least for developers) is its Automatic Admin. However, the ease at which the Admin can be set up, might make one second-guess an attempt to customize what is provided by default. Of course, the default admin site may not be without its drawbacks...

read more

Add a Context Processor for your Django app using Sites

Jan. 1th, 2009 In: None By: Brad Montgomery 24 comments

I've recently refactored a significant number of my Django Apps so that they include the "sites" framework. Essentially, this allows me to use the same code (and database) for multiple sites.

read more

Morphology is Fun!

Jan. 1th, 2009 In: None By: Brad Montgomery 4 comments

Morphological operations are very common in image processing. The two most basic of these are Erosion and Dilations, and from these, additional morphological operations can be performed. While there is an abundance of literature on the topic of morphology, I often like to view concrete examples of the operations.

read more

Page 1 of 1:

  • 1