Learn to build and deploy a Serverless Django application to Google Cloud Run with Cloud SQL, Cloud Build, & Docker.
-
Python XP -> found here
-
Django XP -> found here
-
Google SDK & CLI Installed via This guide Guide
3 - Virtual Environment with Pipenv & VSCode Workspace
4 - Staging Django for Production
5 - Home Page View including Settings Variables
6 - WSGI with Gurnicorn or Waitress
8 - Install the Cloud SQL Proxy
9 - Database Service Account directory holder
10 - Run Cloud SQL Proxy with Service Account
11 - Connect Django & Proxy Database
12 - Dockerfile, Docker Build, & Docker Run
13 - Docker Build & Push To GCloud Container Registry
16 - Make Changes, Build, & Deploy