Application running in django, apache, python and mysql:
I want to create global variable which I should be able to update from external python script may be using a cron job.
The the solution I think of... is having a webpage which updates that variable and then call this through a python script.
Any cleaner solutions?