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
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
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
3 matches
Mail list logo