On 5/29/06, shaunc <[EMAIL PROTECTED]> wrote: > 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?
Yeah, just do this: from django.db import connection connection.close() This assumes you're using the development version. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---