guanghao479 / mymd

2 stars 0 forks source link

How to make multiple forms data into one entry. #16

Closed Xinghan closed 12 years ago

Xinghan commented 12 years ago

When I creating user profile, I think we maybe want to split user profile creation into several steps. But still store these multiple forms into one database table. I'm exploring how to do it.

Xinghan commented 12 years ago

Seems like I got answer pretty quick. The answer is to use Django FormWizard. I'm on it.