Reputation: 339
What is the best way to Schedule job in Django. My aim is to send balance statement PDF email to the user as per their independent setting (like daily, Weekly, monthly). How do the checking should be done? Please do advise i am a newbie in Django and python world. I am using WindowsXP, python 2.7.2, Django 1.3.1 and MS-SQL2008 Thank You
Upvotes: 3
Views: 2173
Reputation: 30453
You can use Celery.
You can also find some nice examples on Celery wiki page such as django-celery-email.
Upvotes: 5