Django Shell Получите информацию DB

from django import db
print(db.connections.databases)
Clear Camel