> I have two different database file, so I can't copy it. I would like > to extract only the data of the app which I would port to other > machine.
I'm not sure how you ended up with two database files. However, I suspect Daniel has the right idea: just copy the <whatever>.db file. If there's stuff in there you don't want, you can just drop those tables or delete the stuff you don't want. Selective dropping is usually a lot easier than trying to selectively copy over the data that you do want. -tim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

