Re: Fwd: Re: Admin/Application Integration and Automatic Actions

2009-02-25 Thread Paul Waldo
> On Feb 25, 2:41 pm, Paul Waldo p...@waldoware.com> wrote: > >> Hi all, >> >> I am brand new to Django, so forgive me if my questions are naive :-) >> >> I have read the tutorials and I'm starting my first learning >> application. This is a small time-tracking application. As you can >>

Re: Admin/Application Integration and Automatic Actions

2009-02-25 Thread rajeesh
> > > * Is there a standard model for running automated tasks?  I was thinking > > about a cron task that uses lynx or curl to call a URL that performs the > > task, but that gets kind of ugly.  Is there a better way to do this? > What about the django-cron? Just check it out here:

Re: Admin/Application Integration and Automatic Actions

2009-02-25 Thread Daniel Roseman
On Feb 25, 2:41 pm, Paul Waldo wrote: > Hi all, > > I am brand new to Django, so forgive me if my questions are naive :-) > > I have read the tutorials and I'm starting my first learning > application.  This is a small time-tracking application.  As you can > imagine, the

Admin/Application Integration and Automatic Actions

2009-02-25 Thread Paul Waldo
Hi all, I am brand new to Django, so forgive me if my questions are naive :-) I have read the tutorials and I'm starting my first learning application. This is a small time-tracking application. As you can imagine, the majority of the application is basic CRUD data entry. The other