Is there a custom fields plugin or component of django
kevon wang
kevonwang6032 at gmail.com
Thu May 24 22:53:48 EDT 2012
More information about the Python-list mailing list
Thu May 24 22:53:48 EDT 2012
- Previous message (by thread): Scoping Issues
- Next message (by thread): Is there a custom fields plugin or component of django
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.generate CURD operations in web server --> 4.we can CURD records in web pages. I want to know whether there is a plugin or component of django, If there is please tell me. Maybe there is the other plugin like this as well.
- Previous message (by thread): Scoping Issues
- Next message (by thread): Is there a custom fields plugin or component of django
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list