Re: Windows path for django_crontab

2015-01-19 Thread Michael Manfre
If you don't end up using Celery, another option for a periodic action is to create a management command and schedule it to run with Task Scheduler (http://msdn.microsoft.com/en-us/library/windows/desktop/aa383614%28v=vs.85%29.aspx). Regards, Michael Manfre On Sunday, January 18, 2015 at 11:12:

Re: Windows path for django_crontab

2015-01-18 Thread sarfaraz ahmed
Thanks for replies I really wish people who posted packages should mention clearly about which OS it;s going to work. I ended up wasting two workdays in experimenting with kronos,DJANGO-CHRONOGRAPH , DJANGO-CRONJOBS

Re: Windows path for django_crontab

2015-01-18 Thread Edgar Gabaldi
To do periodic tasks you can use celery[1]. I believe that on windows works fine. [1] http://celery.readthedocs.org/en/latest/userguide/periodic-tasks.html On Sun, Jan 18, 2015 at 9:24 PM, Mike Dewhirst wrote: > On 19/01/2015 8:54 AM, sarfaraz ahmed wrote: > >> Hello All, >> >> I am trying to u

Re: Windows path for django_crontab

2015-01-18 Thread Mike Dewhirst
On 19/01/2015 8:54 AM, sarfaraz ahmed wrote: Hello All, I am trying to use django_crontab to run repetitive task. I want to insert records to database on a particular time. Also, I am in process of learning django hence I m trying to reach every aspect of django. The issue i am facing i m able

Windows path for django_crontab

2015-01-18 Thread sarfaraz ahmed
Hello All, I am trying to use django_crontab to run repetitive task. I want to insert records to database on a particular time. Also, I am in process of learning django hence I m trying to reach every aspect of django. The issue i am facing i m able to configure django_crontab but its not able