Sorry I am new to django, and pythonanywhere. I am trying to run a python script on a scheduled task to update django-haystack. I have tried following the wiki at https://www.pythonanywhere.com/wiki/ScheduledTasks, but still am not sure how to format the set up for the task. The app is built on python3.3, and the file I am trying to run is located at /home/<user>/<mysite>/myscript.py. Any suggestions or examples of how to set up the task will be appreciated. Thanks