Re: form won't save my submitted form

2010-04-18 Thread JoJo
ok thanks i got that working but i just have one more question to ask you, when i refresh the page the data is still there ok, but when i leave the page and come back its gone, can you help me with my question? Please and thank you On Apr 16, 11:48 pm, Joanne Culligan wrote: > ok but now i am get

Re: form won't save my submitted form

2010-04-16 Thread Joanne Culligan
ok but now i am getting more errors such as Traceback: File "c:\Python26\lib\site-packages\django\core\handlers\base.py" in get_response 92. response = callback(request, *callback_args, **callback_kwargs) File "c:\django\gossip2go\..\gossip2go\applications\views.py" in add_gossip

Re: form won't save my submitted form

2010-04-16 Thread JoJo
ok i did that but now i am getting more errors such as Traceback: File "c:\Python26\lib\site-packages\django\core\handlers\base.py" in get_response 92. response = callback(request, *callback_args, **callback_kwargs) File "c:\django\gossip2go\..\gossip2go\applications\views.py" in

Re: form won't save my submitted form

2010-04-16 Thread ge...@aquarianhouse.com
def save(self): # Better: don't overwrite save method if form.is_valid(): form.save() and you are fine On Apr 17, 12:30 am, JoJo wrote: > Hi all, i have created a site where users can leave messages, and > their opinions on certain topics, i have the form inserting the data, > and

form won't save my submitted form

2010-04-16 Thread JoJo
Hi all, i have created a site where users can leave messages, and their opinions on certain topics, i have the form inserting the data, and i have the data saving but when i refresh the page the data disappears, also when i insert some data into the another text area i am getting an error saying E