File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
appengine/standard_python3/django Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 1414# limitations under the License.
1515#
1616
17- # [START django_app]
1817# [START gaestd_py_django_app_yaml]
1918runtime : python39
2019
@@ -34,4 +33,3 @@ handlers:
3433- url : /.*
3534 script : auto
3635# [END gaestd_py_django_app_yaml]
37- # [END django_app]
Original file line number Diff line number Diff line change 121121WSGI_APPLICATION = "mysite.wsgi.application"
122122
123123# Database
124- # [START db_setup]
125124# [START gaestd_py_django_database_config]
126125# Use django-environ to parse the connection string
127126DATABASES = {"default" : env .db ()}
132131 DATABASES ["default" ]["PORT" ] = 5432
133132
134133# [END gaestd_py_django_database_config]
135- # [END db_setup]
136134
137135# Use a in-memory sqlite3 database when testing in CI systems
138136# TODO(glasnt) CHECK IF THIS IS REQUIRED because we're setting a val above
You can’t perform that action at this time.
0 commit comments