Skip to main content
Back to registry

django-cloud-sql-postgres

jezweb/claude-skills

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

Installs272
Install command
npx skills add https://github.com/jezweb/claude-skills --skill django-cloud-sql-postgres
Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykPASS
About this skill
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 For Cloud SQL Python Connector (recommended for local dev): Why this matters: settings.py (production with Unix socket): CRITICAL: CRITICAL: Key Points: requirements.txt: settings.py additions: Why these settings: Install Cloud SQL Auth Proxy: Run the proxy: Set environment variables for local dev: Key Points: For production migrations (via Cloud Build or local with proxy): gunicorn.conf.py (optional, for fine-tuning): app.yaml entrypoint options: Key Points: Verify deployment: ALWAYS DO: NEVER DO: This skill prevents 12 documented issues : Error : django.db.utils.OperationalError: could not connect to server: No such file or directory Source : Why It Happens : App Engine can't find the Unix socket because beta_settings.cloud_sql_instances is missing in app.yaml Prevention : Always include beta_settings.cloud_sql_instances: "PROJECT:REGION:INSTANCE" in app.yaml Error : django.db.utils.OperationalError: connection refused or could not connect to server: Connection refused Source : Why It Happens : Cloud SQL Auth Proxy is not running or bound to wrong port Prevention : Start cloud-sql-proxy PROJECT:REGION:INSTANCE before running Django locally. Verify it's running on port 5432. Error : FATAL: password...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does django-cloud-sql-postgres do?

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

Is django-cloud-sql-postgres good?

django-cloud-sql-postgres does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does django-cloud-sql-postgres work with?

django-cloud-sql-postgres currently lists compatibility with codex, gemini-cli, opencode, cursor, claude-code, antigravity.

What are alternatives to django-cloud-sql-postgres?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install django-cloud-sql-postgres?

npx skills add https://github.com/jezweb/claude-skills --skill django-cloud-sql-postgres

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering