django-cloud-sql-postgres
Installation
SKILL.md
Django on Google Cloud SQL PostgreSQL
Status: Production Ready
Last Updated: 2026-01-24
Dependencies: None
Latest Versions: Django@5.1, psycopg2-binary@2.9.9, gunicorn@23.0.0, google-cloud-sql-connector@1.12.0
Quick Start (10 Minutes)
1. Install Dependencies
pip install Django psycopg2-binary gunicorn
For Cloud SQL Python Connector (recommended for local dev):
Related skills