Re: Can't save input to database

2015-01-04 Thread Collin Anderson
Hi, You shouldn't have to use the {% url %} syntax. What does it end up generating if you view the source of the page? Is it /home/? What was the error? Collin On Friday, January 2, 2015 9:04:22 AM UTC-5, Ronis wrote: > > Sorry I didn't the snippets are only available for 24 hours or little >

Re: Can't save input to database

2015-01-02 Thread Ronis
Sorry I didn't the snippets are only available for 24 hours or little more. They should extend that. So finally I got it right! Uffa! So basically I did one little change to the html code actually, and it worked. Here was the code: Vem aĆ­ a 99 F

Re: Can't save input to database

2014-12-30 Thread Vijay Khemlani
the code sample links are broken :( On Tue, Dec 30, 2014 at 4:59 PM, Thomas Lockhart wrote: > On 12/30/14 11:42 AM, Ronis wrote: > > Hi guys, I can't save the input from a custom form to database. I don't > know what I am missing. > > I'm not sure either. But the html form you posted looks a *l

Re: Can't save input to database

2014-12-30 Thread Thomas Lockhart
On 12/30/14 11:42 AM, Ronis wrote: Hi guys, I can't save the input from a custom form to database. I don't know what I am missing. I'm not sure either. But the html form you posted looks a *lot* like any template you might find in a django deployment. If it were me I'd look harder at just tying

Can't save input to database

2014-12-30 Thread Ronis
Hi guys, I can't save the input from a custom form to database. I don't know what I am missing. Because it's using a downloaded template from the web, I'm not using the django forms. Instead, I'm trying to simply save the input from the html form to the database. Im using the standard database