Hi list, I'm creating a online store with satchmo. I'm working on creating a custom "admin" front-end for end users of my site so they get a more "integrated" look and feel than django's admin site. I'm having trouble with the product form. What I did so far is to create a model form for Product, Price and ProductImage and render them on a single template, when the use POSTs I instantiate each form and use the form's save method to create each model instance. So far the Product instance is made without a trouble, but the Price model raises DoesNotExist Exception with the this traceback http://dpaste.com/172518/ and looks like the "quantity" attribute is the one causing the error, however there is no quantity field in either of the forms. What's the catch with this?
For the record I'm runing satchmo's tip and django 1.1.1. -- Matías Iturburu http://www.linkedin.com/in/miturburu -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
