Skip to content

Instantly share code, notes, and snippets.

@beneshed
Created June 6, 2014 23:10
Show Gist options
  • Save beneshed/836fde861280fc286b95 to your computer and use it in GitHub Desktop.
Save beneshed/836fde861280fc286b95 to your computer and use it in GitHub Desktop.
Multi Database Django
Create Routers
Disable Routers
python manage.py syncdb --database=(whateverdatabase uses auth)
Enable Routers
python mangge.py syncdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment