Re: Registering Cron using CronTab

2009-04-18 Thread gurcharan . saini
On Apr 18, 5:21 am, Lawrence D'Oliveiro wrote: > In message , Philip > > Semanchuk wrote: > > > On Apr 17, 2009, at 9:51 AM,gurcharan.sa...@gmail.com wrote: > > >> I'm stuck with the issue - if we execute the code from Apache the > >> crontab is not getting updated, while it get updated if we run

Re: Registering Cron using CronTab

2009-04-17 Thread Lawrence D'Oliveiro
In message , Philip Semanchuk wrote: > > On Apr 17, 2009, at 9:51 AM, gurcharan.sa...@gmail.com wrote: > >> I'm stuck with the issue - if we execute the code from Apache the >> crontab is not getting updated, while it get updated if we run it from >> Django in-built webserver. > > Sure sounds

Re: Registering Cron using CronTab

2009-04-17 Thread Philip Semanchuk
On Apr 17, 2009, at 9:51 AM, gurcharan.sa...@gmail.com wrote: Hi I'm developing a Django application which is running on Apache. We need to add crontab from the Python script and we are using Python CronTab package for this. I'm stuck with the

Registering Cron using CronTab

2009-04-17 Thread gurcharan . saini
Hi I'm developing a Django application which is running on Apache. We need to add crontab from the Python script and we are using Python CronTab package for this. I'm stuck with the issue - if we execute the code from Apache the crontab is not gett