Last active
August 5, 2016 05:18
-
-
Save 64lines/20c5014a372777e617a0 to your computer and use it in GitHub Desktop.
Change database schema on Django
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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