Hello,

I'm writing some scripts for a testing environment. I want to dump some
core stuff from the database, recreate the database, and reload the
stuff.

I can do all the steps individually, but deleting the database requires
closing the db connection. Can I get django to cleanup and close its
connections in a way that will allow me to start it up again?

(Of course, I can do this by spawning processes, but that seems heavy
handed. I'd think something like this would be good anyway for those of
us that need to run in windows -- where I still don't trust that every
system call really cleans up after itself.)

Thanks for any comments or advice,
- Shaun


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to