Django Shell Otwórz informacje DB

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