Running a cronjob
- by Ed01
've been puzzling over cronjobs for the last few hours. I've read documentation and examples. I understand the basics and concepts, but haven't gotten anything to work. So I would appreciate some help with this total noob dilemma.
The ultimate goal is to schedule the execution of a django function every day. Before I get that far, I want to…