I am using python 2.7 with django 1.8. I have the admin panel ready and working.
What I want is to run a (python) script every 5-10 minutes (cron?) which pulls the data from records specified by the admin. Any pointers how do I proceed?
I am using python 2.7 with django 1.8. I have the admin panel ready and working.
What I want is to run a (python) script every 5-10 minutes (cron?) which pulls the data from records specified by the admin. Any pointers how do I proceed?
Take a look at this question, I think you have the same goals.
I recommend you to take a look at https://pypi.python.org/pypi/django-celery
Hope it helps!