Revision history [back]
The reason you get that error is that the settings.py file is not on on the python path when the script is executed.
There is a sample job file askbot/cron/askbot_cron_job
, where PYTHONPATH is modified.
I've relabeled your post as "bug" because the deployment command must ideally configure those jobs automatically.