sc3 / cookcountyjail

A Django app that tracks the population of Cook County Jail over time and summarizes trends.
http://cookcountyjail.recoveredfactory.net/api/1.0/?format=json
Other
31 stars 23 forks source link

make a fabric command to update the location of cron.sh if this changes #371

Open bepetersn opened 10 years ago

bepetersn commented 10 years ago

The way I would like to handle this is the way we handle serving our static files currently. What we do there is to keep a symlink to a directory containing our static files. So, similarly, I think it would make sense to make a symlink to cron.sh, and have the crontab reference that symlink. This way, we can change our file if we want.