I have a Model enought big to be cut in 3 Forms.
I wanted to use FormWizzard to do that and I am wondering, how to save the information from the form to the database?
Everything is from the same model.
Do you have any idea of how to do that ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no clear/direct way to do this.
However, you could hack around to achieve the desired functionality;
I can think of doing it this way:
fieldsandextraon the meta class.passnwizard forms, and call super.However, as I said, this is really a “hack” and it may be clearer and pythonic to use different views, forms and the session.