Django how to store forms data from several pages into one table -



Django how to store forms data from several pages into one table -

i'm building django project, , creating user profile app. want user finish creating profile process in multiple pages. example: first page fill in address , phone number, , user click "continue" sec page, user can fill in other things gender, date of birth. want store info 1 table.

what used store first page's info hidden field, , pass next page , submit them @ final page. right , secure way? how django handle condition?

thank you.

use django's formwizard

django django-forms django-users

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -