Skip to content

Instantly share code, notes, and snippets.

@64lines
Last active August 5, 2016 05:18
Show Gist options
  • Save 64lines/20c5014a372777e617a0 to your computer and use it in GitHub Desktop.
Save 64lines/20c5014a372777e617a0 to your computer and use it in GitHub Desktop.
Change database schema on Django
from django.db import connection
connection.set_schema("other_schema")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment