Hi Chris, That's just it...
I need to set up a way to choose which photos are associated with products. Can you think of a fast make-shift example? I'm really lost on this and have been thinking of this for days I understand the table would need to have a product_id and photo_id But i'm lost on how the django admin would work, and how to set up the new model, etc.. ~Mike On Fri, Mar 5, 2010 at 2:58 PM, Chris Moffitt <[email protected]> wrote: > How do you know which photos are associated with which products? > > I think you'd need a cross referencing table and use a custom template tag > to pull them in on the product page. > > -Chris > > On Fri, Mar 5, 2010 at 1:56 PM, m1chael <[email protected]> wrote: >> >> Hi everyone! >> >> im using Satchmo, and i've got the Product model full of objects. I'm >> also using photologue and i've got a Photo model. There is a model >> called ProductImage in Satchmo... but i'm attempting to create a view >> that will pull related photologue Photo's ... i dont know how to >> relate Photo objects to Product objects without hacking the >> Satchmo/Photologue source... what can i do?? >> >> I've got about 5000 products in Satchmo each with their own product >> images. >> >> I've got about 40,000 photos in Photologue. >> >> Somehow I need to be able to choose which Photologue photos will >> appear with my Product item pages. >> >> Any ideas on how to accomplish this as painless as possible? >> >> -- >> 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. >> > > -- > 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. > -- 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.
