Viewing posts from January, 2009
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...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.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.Page 1 of 1: