Skip to content

Instantly share code, notes, and snippets.

@mvmocanu
Created March 19, 2013 09:11
Show Gist options
  • Save mvmocanu/5194683 to your computer and use it in GitHub Desktop.
Save mvmocanu/5194683 to your computer and use it in GitHub Desktop.
How to close database connections in Django
from django.db import close_connection
close_connection()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment