Desi Founder @ Work

Posts Tagged ‘cronjobs

02 Oct, 2008

django standalone scripts

Posted by: sharjeel In: Programming

Standalone scripts and cron jobs are integral part of any significantly complex web based application. We use them in our applications for health monitoring, mails sending, computing scores and ratings, deferred tasks and job queues such as video processing etc.
To make a python script work which uses django’s functionality, you need to have the required [...]