Re: Tutorial help, cannot save data

2009-05-12 Thread ajohnsen
Hello DR, Sorry I was misleading. I was actually referencing a section form the djangobook, chapter 7 -- not the tutorial. And I have read the link you you sent, but as in other places in the documentation, it seems the save command is only explained when in the shell. I can't figure out how t

Re: Tutorial help, cannot save data

2009-05-12 Thread Daniel Roseman
On May 12, 10:14 pm, "asdjohn...@gmail.com" wrote: > Hello, > > I have just started with Django a few days ago and have gone through > the tutorial but can't figure out how to save user inputed data to the > database. > > For example, in chapter 7 we learn how to collect data and use it to > send

Tutorial help, cannot save data

2009-05-12 Thread asdjohn...@gmail.com
Hello, I have just started with Django a few days ago and have gone through the tutorial but can't figure out how to save user inputed data to the database. For example, in chapter 7 we learn how to collect data and use it to send an email: def contact(request): errors = [] if request.m