Re: Is there a custom fields plugin or component of django

2012-05-25 Thread Kev Dwyer
kevon wang wrote: > I want to find a plugin of django what it can custom fields in the form. > The functions include custom fields in web page and create the fields in > database. > You might have more luck getting an answer to this question on the django list (django-us...@googlegroups.com if

Is there a custom fields plugin or component of django

2012-05-24 Thread kevon wang
I want to find a plugin of django what it can custom fields in the form. The functions include custom fields in web page and create the fields in database. plugin's flow like these: 1.we can define fields in web page --> 2.create the table in database(table includes all custom fields) --> 3.