But in theory a db data dump file is portable. It's just a text file with a bunch of INSERTs and/or REPLACEs.
On 4/17/06, jsm <[EMAIL PROTECTED]> wrote: > > I was discussing this on #django with another person, and thought I get > some devel feedback before I put in a feature request.. > > It would be very beneficial if there was a way to dump all of your data > out of your database through the django admin interface and _not_ in > any sort of mysql/postgres dump format. > > Why would this be nice? For one, it would be great for shipping > example applications with dummy data without knowing what the end-user > has for his database backend. > > Also, it would be very nice for migrating from one database type to the > other, all you would have to do is dump your data, edit your > settings.py and re-insert the data, django would take care of all the > other differences. -- Julio Nobrega - http://www.inerciasensorial.com.br --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers -~----------~----~----~----~------~----~------~--~---
