I'm trying to setup a quick and easy means for editing several rows of the database at once. Using ModelForm I can easily get a single entry setup and I see on the django has a ModelFormSet that would allow me to take a query and edit multiple entries at once.
I'm trying to use templates to keep things as quick and easy as possible, is there a GAE equivilent to Model formsets as seen here http://docs.djangoproject.com/en/dev/topics/forms/modelforms/#id1 If not, are there any further suggestions about the leanest way for me to do this? I'm coming from a PHP environment and know a lot of long ways to do this, but I'm trying this out with the idea that I'll really push the "don't repeat yourself" aspect as much as possible. Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---