Skip to content

Instantly share code, notes, and snippets.

@asierrayk
Created January 29, 2018 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asierrayk/0674321b91ca6f8af2551152547cbe18 to your computer and use it in GitHub Desktop.
Save asierrayk/0674321b91ca6f8af2551152547cbe18 to your computer and use it in GitHub Desktop.
Check current database used django. python manage.py shell
from django import db
db.connections.databases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment