Using Async Task Queue Celery with Django
pip install -U celery[django]
http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html
Trigger task at specific time
https://vinta.ws/code/run-a-celery-task-at-a-specific-time.html
pip install -U celery[django]
http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html
Trigger task at specific time
https://vinta.ws/code/run-a-celery-task-at-a-specific-time.html