Have you tried the product export function in the admin? -Chris
On Thu, Oct 6, 2011 at 3:10 PM, Tomas Neme <[email protected]> wrote: > Is there some easy way of saving-exporting my store for sharing between > developers and servers? > > right now I'm exporting the db data doing > > ./manage.py dumpdata shop product payment shipping > > but I'd need a way to save the store data (all I can think of right now, > actually, are product pictures). > > anyone has done anything like that? > > I'm doing something similar with django-cms by populating a list with all > file and image manipulating Models and then iterating through each Model's > objects.all() queryset, and then adding all of those to a tar.gz2 file I > could do exactly the same for ProductImage, but I'm affraid I might be > missing something > > -- > "The whole of Japan is pure invention. There is no such country, there are > no such people" --Oscar Wilde > > |_|0|_| > |_|_|0| > |0|0|0| > > (\__/) > (='.'=)This is Bunny. Copy and paste bunny > (")_(") to help him gain world domination. > > -- > 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.
