Re: Dumping a db using django db api

2007-02-14 Thread Russell Keith-Magee
On 2/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > limodou made a script that dumps the data to django ORM format: > http://groups.google.com/group/django-users/browse_thread/thread/b7423a8944770ec/189c26faa9bd823c ... and ticket #2333 has a database dumping capability that will be roll

Re: Dumping a db using django db api

2007-02-14 Thread [EMAIL PROTECTED]
limodou made a script that dumps the data to django ORM format: http://groups.google.com/group/django-users/browse_thread/thread/b7423a8944770ec/189c26faa9bd823c the + is that you can move data between databases (like sqlites - postgres) and you don't have to care about db encoding ;) (for non la

Dumping a db using django db api

2007-02-14 Thread Herman
Well I made a little script that dump the database content insert statements of a django application, useful for creating the initial data of an application. I don't know if this has been done or if it's a feature of the many tools that django provides, but it have fun making it. #!/usr/bin/env p