Re: Don't see form errors in template

2008-07-15 Thread Brian Luft
> First of all, I want to say that I do not understand the relationship > between forms and models in Django. A form to ask and a model to > store? How to pass the form data to a model? Have I to pass it in > order to validate? There is not necessarily a relationship between the two. You are cor

Don't see form errors in template

2008-07-15 Thread Florencio Cano
Hello, I have a model Investor associated with a model User. Now I'm implementing the registration form. I want to store the name of the Investor in the Investor model and the rest of information in the User model. So I have username, password, name and email. I have a registration form in order t