Monthly Archives: May 2009

A generic copy/clone action for django 1.1

The last couple of days I’ve been working on customizing the django 1.1 administration to handle a number of specific permission and functionality wise things. Tonight I wrote a little function that should make your life much easier in the … Continue reading

Posted in admin, django | Tagged , , | 5 Comments

Danger with django ModelForms and related names

There is a danger in extending your ModelForms with fields if you don’t take care of your naming. Take for example these models. The forms represents a simple batch emailing module. #!/usr/bin/python/ class EmailBatch(models.Model): body = models.TextField() subject = models.CharField(max_length=400) … Continue reading

Posted in django | Tagged | 3 Comments

Off to a bad start!

A picture says more than a thousand words: That’s way to many support requests for one morning. This will take me forever

Posted in pagegangster | Tagged , | Leave a comment

Simple idea – fantastic product

This is truly a fantastic product. I hope the inventors makes a lot of money on this:

Posted in noise | Tagged | Leave a comment

TVs impact on people.

I just finished the 20th episode of House M.D. season 5. It’s pretty sad as one of the main characters commits suicide. So, put in crying people, sad music to a truly sad history viewers are bound to leave the … Continue reading

Posted in Uncategorized | 4 Comments