Skip to content

Commit a1aa509

Browse files
authored
fix: remove unused region tags (GoogleCloudPlatform#11914)
1 parent ae984b6 commit a1aa509

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

appengine/standard_python3/django/app.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# limitations under the License.
1515
#
1616

17-
# [START django_app]
1817
# [START gaestd_py_django_app_yaml]
1918
runtime: python39
2019

@@ -34,4 +33,3 @@ handlers:
3433
- url: /.*
3534
script: auto
3635
# [END gaestd_py_django_app_yaml]
37-
# [END django_app]

appengine/standard_python3/django/mysite/settings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@
121121
WSGI_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
127126
DATABASES = {"default": env.db()}
@@ -132,7 +131,6 @@
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

0 commit comments

Comments
 (0)