Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions kubernetes_engine/django_tutorial/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# [START docker]

# The Google App Engine python runtime is Debian Jessie with Python installed
# and various os-level packages to allow installation of popular Python
# libraries. The source is on github at:
Expand All @@ -29,4 +27,3 @@ RUN /env/bin/pip install --upgrade pip && /env/bin/pip install -r /app/requireme
ADD . /app

CMD gunicorn -b :$PORT mysite.wsgi
# [END docker]
2 changes: 0 additions & 2 deletions kubernetes_engine/django_tutorial/mysite/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
# Database
# https://docs.djangoproject.com/en/stable/ref/settings/#databases

# [START dbconfig]
# [START gke_django_database_config]
DATABASES = {
"default": {
Expand All @@ -91,7 +90,6 @@
}
}
# [END gke_django_database_config]
# [END dbconfig]

# Internationalization
# https://docs.djangoproject.com/en/stable/topics/i18n/
Expand Down