On 11/17/06, Rob Hudson <[EMAIL PROTECTED]> wrote:
>
>
> Would something like this be a useful thing to add to manage.py?
>
> It would be a convenience similar to dbshell in that the database
> credentials are already in settings.py and you can easily do a database
> dump of your data.


I've got a prototype of just such a thing as part of the test fixtures
framework I am working on. It will dump the current contents of the database
in a db-independent format (using the serialization framework). You can then
use this dump as a fixture for later tests, or use install the dump as part
of a 'reinstall' of a database.

I'm still working on some bugs, but I hope to have something to show for my
efforts fairly soon.

Yours,
Russ Magee %-)


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to