Why not just create a custom view that does exactly what you'd like, then restrict it to the staff or admin users? I think that's going to be the easiest route.
-Chris On Sat, Dec 11, 2010 at 12:32 PM, William Grzybowski <[email protected]>wrote: > Hello, > > For the last days I am trying to reach a working solution to an easy > way to add a custom product. > > Following the docs, the solution provide an ModelAdmin which I have to > first add a Product and later my CustomProduct. Thats aggregate a > little complexity to my end user, and I am trying to add this > CustomProduct all in one form. > > I have tried a few tricks creating a custom form and pass it to > ModelAdmin, and handle it via get_form and save_model, but it doesn't > seem right and I am not able to use ProductImage Inline for instance. > > Anyone have any experience doing this to point me out a solution or > any tips on how to achieve this? > > Thank you. > > -- > 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]<satchmo-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > -- 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.
