# Getting started with Django on Google Container Engine [![Open in Cloud Shell][shell_img]][shell_link] [shell_img]: http://gstatic.com/cloudssh/images/open-btn.png [shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=container_engine/django_tutorial/README.md This repository is an example of how to run a [Django](https://www.djangoproject.com/) app on Google Container Engine. It uses the [Writing your first Django app](https://docs.djangoproject.com/en/1.11/intro/tutorial01/) Polls application (parts 1 and 2) as the example app to deploy. From here on out, we refer to this app as the 'polls' application. # Tutorial See our [Django on Container Engine](https://cloud.google.com/python/django/container-engine) tutorial for instructions for setting up and deploying this sample application. ## Contributing changes * See [CONTRIBUTING.md](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/CONTRIBUTING.md) ## Licensing * See [LICENSE](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/LICENSE)