Skip to content

Commit 81292a8

Browse files
chore(gke): delete old region tags from django_tutorial (#13113)
1 parent 467cfda commit 81292a8

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

kubernetes_engine/django_tutorial/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
# [START docker]
15-
1614
# The Google App Engine python runtime is Debian Jessie with Python installed
1715
# and various os-level packages to allow installation of popular Python
1816
# libraries. The source is on github at:
@@ -29,4 +27,3 @@ RUN /env/bin/pip install --upgrade pip && /env/bin/pip install -r /app/requireme
2927
ADD . /app
3028

3129
CMD gunicorn -b :$PORT mysite.wsgi
32-
# [END docker]

kubernetes_engine/django_tutorial/mysite/settings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
# Database
7777
# https://docs.djangoproject.com/en/stable/ref/settings/#databases
7878

79-
# [START dbconfig]
8079
# [START gke_django_database_config]
8180
DATABASES = {
8281
"default": {
@@ -91,7 +90,6 @@
9190
}
9291
}
9392
# [END gke_django_database_config]
94-
# [END dbconfig]
9593

9694
# Internationalization
9795
# https://docs.djangoproject.com/en/stable/topics/i18n/

0 commit comments

Comments
 (0)