Posts filed under Web Design

March 14, 2009

Django and Cron…beautiful

Django is indeed an amazing framework. But one of the greatest new features of the 1.0 release is the ability to create your own django-admin actions (you know, the command line actions that do things like database syncing?). It’s really handy for things that you do repeatedly.
The cool thing, though, is that since these are [...]

» Read the rest of this entry ...
|