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
Asked
Active
Viewed 2,155 times
3
-
Possible duplicate http://stackoverflow.com/questions/573618/django-set-up-a-scheduled-job – San4ez Apr 21 '12 at 07:11
1 Answers
5
You can use Celery.
You can also find some nice examples on Celery wiki page such as django-celery-email.

K Z
- 29,661
- 8
- 73
- 78
-
1
-
django celery link broken, it's on github now [link](https://github.com/pmclanahan/django-celery-email) – willwrighteng Jan 10 '21 at 07:56