You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: run/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ This directory contains samples for [Google Cloud Run](https://cloud.run). [Clou
15
15
|[Cloud Pub/Sub][pubsub]| Handling Pub/Sub push messages |[<imgsrc="https://storage.googleapis.com/cloudrun/button.svg"alt="Run on Google Cloud"height="30">][run_button_pubsub]|
16
16
|[Cloud SQL (MySQL)][mysql]| Use MySQL with Cloud Run | - |
17
17
|[Cloud SQL (Postgres)][postgres]| Use Postgres with Cloud Run | - |
18
+
|[Django][django]| Deploy Django on Cloud Run | - |
18
19
19
20
For more Cloud Run samples beyond Python, see the main list in the [Cloud Run Samples repository](https://github.com/GoogleCloudPlatform/cloud-run-samples).
This repository is an example of how to run a [Django](https://www.djangoproject.com/)
9
+
app on Google Cloud Run (fully managed).
10
+
11
+
The Django application used in this tutorial is the [Writing your first Django app](https://docs.djangoproject.com/en/3.0/#first-steps), after completing [Part 1](https://docs.djangoproject.com/en/3.0/intro/tutorial01/) and [Part 2](https://docs.djangoproject.com/en/3.0/intro/tutorial02/).
12
+
13
+
14
+
# Tutorial
15
+
See our [Running Django on Cloud Run (fully managed)](https://cloud.google.com/python/django/run) tutorial for instructions for setting up and deploying this sample application.
0 commit comments