Re: dumping your django data

2006-04-17 Thread limodou
On 4/18/06, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > On Apr 17, 2006, at 2:57 PM, Adrian Holovaty wrote: > >> 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/postgr

Re: dumping your django data

2006-04-17 Thread Jacob Kaplan-Moss
On Apr 17, 2006, at 2:57 PM, Adrian Holovaty wrote: >> 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

Re: dumping your django data

2006-04-17 Thread Adrian Holovaty
On 4/17/06, jsm <[EMAIL PROTECTED]> wrote: > 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

Re: dumping your django data

2006-04-17 Thread jsm
Are there no subtle differences between different DBA's for inserting data? A mysql data dump can always be used on an oracle/postgres, mssql? I can honestly say I'm not well versed in anything but mysql so I really don't know. --~--~-~--~~~---~--~~ You received

Re: dumping your django data

2006-04-17 Thread Julio Nobrega
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 w

dumping your django data

2006-04-17 Thread jsm
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 d