Re: Help with Django form wizard.

2013-03-20 Thread Dilip M
On Thu, Mar 7, 2013 at 9:21 PM, Dilip M wrote: > Hi, > > Here is what I am trying to do. Get the root folder name in form 1 and > list the found sub directories (matching a pattern) and give an > option for user to select the sub dirs. Once selected, I want to save the > model. > > 1. How to dyn

Re: Help with Django form wizard.

2013-03-07 Thread Dilip M
On Thu, Mar 7, 2013 at 9:21 PM, Dilip M wrote: > Hi, > > Here is what I am trying to do. Get the root folder name in form 1 and > list the found sub directories (matching a pattern) and give an > option for user to select the sub dirs. Once selected, I want to save the > model. > > 1. How to dyn

Help with Django form wizard.

2013-03-07 Thread Dilip M
Hi, Here is what I am trying to do. Get the root folder name in form 1 and list the found sub directories (matching a pattern) and give an option for user to select the sub dirs. Once selected, I want to save the model. 1. How to dynamically display found sub directories in form 2. I have define