On 24 Haziran, 01:22, Timuçin Kızılay <[email protected]> wrote: > I have some long running processes to do on my tg2 applications > database. I need to run a python script (like > dosomethingtakeslongtime.py) outside of paster serve command. Actually, > I need to run them ofrom crontab. What modules should I import from that > python file? are there any examples?
when i needed it, i did it very simple like this: http://gist.github.com/454031 -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

