ken wrote: > One thing I've wanted for a long time is a way to enter and view > financial information for stocks I follow. However, this typically > involves working with a table (in the graphical sense) of data, > wherein each piece of data in the table is modeled as a single SQL > record. Frameworks such as Django seem to concentrate on working with > single records at once, and I'm wondering how I would go about putting > up a grid of cells such that the user could enter data into the cells, > submit the page, and have the various multiple records represented by > each cell updated. It's that last bit I wonder about. The HTML and so > forth are not the problem, the problem is simply one of figuring out > how to have Django allow input fields that represent multiple records. > > Feel free to refer me to sections of the django book, I realize I'll > be doing a lot of work on my own and I'm not looking for a full > answer, just a place to get started. > > Thanks, > Ken
http://www.djangoproject.com/documentation/newforms/#prefixes-for-forms http://collingrady.wordpress.com/2008/02/18/editing-multiple-objects-in-django-with-newforms/ Regards, Jonathan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---