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: appengine/flexible/django_cloudsql/README.md
+2-108Lines changed: 2 additions & 108 deletions
Original file line number
Diff line number
Diff line change
@@ -6,115 +6,9 @@ app on Google App Engine Flexible Environment. It uses the
6
6
example app to deploy.
7
7
8
8
9
-
## Setup the database
9
+
# Tutorial
10
+
See our [Running Django in the App Engine Flexible Environment](https://cloud.google.com/python/django/flexible-environment) tutorial for instructions for setting up and deploying this sample application.
10
11
11
-
This tutorial assumes you are setting up Django using a SQL database, which is the easiest way to
12
-
run Django.
13
-
14
-
* Create a [Second Generation CloudSQL instance](https://cloud.google.com/sql/docs/create-instance)
15
-
16
-
* Ensure the [Cloud SQL Administration API](https://console.cloud.google.com/flows/enableapi?apiid=sqladmin) is enabled.
17
-
18
-
* Install the [CloudSQL proxy](https://cloud.google.com/sql/docs/sql-proxy)
19
-
20
-
* Start the CloudSQL proxy using the connection string. The connection string can be obtained in the
21
-
instance details in the console. It's in the form of <project>:<region>:<instance-name>.
0 commit comments