Hi, I'm developing a very simple intranet project with django.  So
far, everything works great.  There are a few things I'm trying to
accomplish and hasn't been able to find anything.  I'm trying to some
continuous background processing.  There are a few basic
requirements.  One is to be able to scan a time sheet database that
gets updated by another application and send out an email every time
if someone failed to complete it or missed a date.  The second one is
to be able to log onto our clients' ftp server and download reports.
The key is to be able to monitor those processes and restart them if
something goes wrong.
I would like to move them into part of django application rather than
writing unmanageable scripts to do that.  Currently, the script runs
as a nohup python timesheet.py > /log/timesheet.log.
I was thinking adding that to my settings.py, but I figure I should
ask the group if anyone has done anything like this.  If not, how do I
go about solving this?

Thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to