Re: Performing an operation

2008-11-12 Thread Steve Holden
Just make sure when you *do* set your hosting up that you get shell (command line) access of some kind so you can set up the cron jobs. regards Steve [EMAIL PROTECTED] wrote: > Thanks for your help Daniel! I havent got hosting sorted yet so its > something Ill have to set up later. > I guess I

Re: Performing an operation

2008-11-12 Thread [EMAIL PROTECTED]
Thanks for your help Daniel! I havent got hosting sorted yet so its something Ill have to set up later. I guess I can set up the custom command and do it manually for now. Phil On Nov 12, 5:29 pm, Daniel Roseman <[EMAIL PROTECTED]> wrote: > On Nov 12, 5:02 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTE

Re: Performing an operation

2008-11-12 Thread Daniel Roseman
On Nov 12, 5:02 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi all, > Just building my first site with django and Ive hit my first snag that > I cant find in the documentation. > > Just as an example scenario, suppose I have my model- > > class User(models.Model): >     signup_date =  mod

Performing an operation

2008-11-12 Thread [EMAIL PROTECTED]
Hi all, Just building my first site with django and Ive hit my first snag that I cant find in the documentation. Just as an example scenario, suppose I have my model- class User(models.Model): signup_date = models.DateTimeField() full_user_date = models.DateTimeField() full_user =