Background Jobs

2009-03-11 Thread Mad Sweeney
Hello, Is there an existing Django app that does: * Allows users to run predefined jobs (shell scripts, SQL etc.) in the background. * Allows users to view the status of jobs: (Running, Scheduled, Completed). * Allows users to view the output from jobs (spreadsheets, reports, log files). Thank

Re: Background Jobs

2009-03-12 Thread Mad Sweeney
- Original Message - From: "prestontimmons" To: "Django users" Sent: Thursday, March 12, 2009 3:38 AM Subject: Re: Background Jobs > > If you don't mind setting up your jobs as manage.py commands you can > use django-chronograph to manage them as cron jobs through the admin > console

Re: legacy oracle database -w- existing schema

2009-03-16 Thread Mad Sweeney
- Original Message - From: "bruce" To: "Django users" Sent: Monday, March 16, 2009 9:00 PM Subject: legacy oracle database -w- existing schema > > Hi- > I'm a new user to Django. I've searched through the documentation and > other posted questions. I'm currently attempting to setup