File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
kubernetes_engine/django_tutorial Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 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
2927ADD . /app
3028
3129CMD gunicorn -b :$PORT mysite.wsgi
32- # [END docker]
Original file line number Diff line number Diff line change 7676# Database
7777# https://docs.djangoproject.com/en/stable/ref/settings/#databases
7878
79- # [START dbconfig]
8079# [START gke_django_database_config]
8180DATABASES = {
8281 "default" : {
9190 }
9291}
9392# [END gke_django_database_config]
94- # [END dbconfig]
9593
9694# Internationalization
9795# https://docs.djangoproject.com/en/stable/topics/i18n/
You can’t perform that action at this time.
0 commit comments