I currently develop in Django. I asked a question here about background tasks and a number of people suggested a cron job. This would be the simplest solution, but my problem is, (as far as I can tell) that you can't package a cron job as part of a Django application - well that what I want to ask.
If I move server, or deploy somewhere else, is there a way to package the cron job as part of the application? I install the Django app (probably via git) and the cron job gets set automatically.