-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
Moving mvm samples to runtime: python
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Django==1.9.2 | ||
mysqlclient==1.3.7 | ||
wheel==0.28.0 | ||
wheel==0.29.0 | ||
gunicorn==19.4.5 |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
runtime: custom | ||
runtime: python | ||
vm: true | ||
entrypoint: gunicorn -b :$PORT main:app | ||
|
||
runtime_config: | ||
python_version: 3 |
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,9 @@ | ||
# This file specifies your Python application's runtime configuration | ||
# including URL routing, versions, static file uploads, etc. See | ||
# https://developers.google.com/appengine/docs/python/config/appconfig | ||
# for details. | ||
|
||
# TODO: Enter your application id below. If you have signed up | ||
# using cloud.google.com/console use the "project id" for your application | ||
# id. | ||
# [START runtime] | ||
runtime: custom | ||
runtime: python | ||
vm: true | ||
entrypoint: gunicorn -b :$PORT mysite.wsgi | ||
|
||
runtime_config: | ||
python_version: 3 | ||
# [END runtime] | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Django==1.9.2 | ||
mysqlclient==1.3.7 | ||
wheel==0.28.0 | ||
wheel==0.29.0 | ||
gunicorn==19.4.5 |
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
runtime: custom | ||
runtime: python | ||
vm: true | ||
entrypoint: gunicorn -b :$PORT main:app | ||
|
||
runtime_config: | ||
python_version: 3 |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
version: 1 | ||
runtime: python27 | ||
runtime: python-compat | ||
vm: true | ||
api_version: 1 | ||
threadsafe: true | ||
|
||
handlers: | ||
|
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
runtime: custom | ||
runtime: python | ||
vm: true | ||
entrypoint: gunicorn -b :$PORT project_name.wsgi | ||
|
||
runtime_config: | ||
python_version: 3 |
This file was deleted.