MANIFEST.in
README.md
setup.cfg
setup.py
django_cloud_deploy/__init__.py
django_cloud_deploy/__version__.py
django_cloud_deploy/config.py
django_cloud_deploy/django_cloud_deploy.py
django_cloud_deploy/nox.py
django_cloud_deploy/tool_requirements.py
django_cloud_deploy.egg-info/PKG-INFO
django_cloud_deploy.egg-info/SOURCES.txt
django_cloud_deploy.egg-info/dependency_links.txt
django_cloud_deploy.egg-info/entry_points.txt
django_cloud_deploy.egg-info/requires.txt
django_cloud_deploy.egg-info/top_level.txt
django_cloud_deploy/cli/__init__.py
django_cloud_deploy/cli/cloudify.py
django_cloud_deploy/cli/io.py
django_cloud_deploy/cli/new.py
django_cloud_deploy/cli/prompt.py
django_cloud_deploy/cli/update.py
django_cloud_deploy/cloudlib/__init__.py
django_cloud_deploy/cloudlib/auth.py
django_cloud_deploy/cloudlib/billing.py
django_cloud_deploy/cloudlib/cloud_source.py
django_cloud_deploy/cloudlib/cloudbuild.py
django_cloud_deploy/cloudlib/container.py
django_cloud_deploy/cloudlib/database.py
django_cloud_deploy/cloudlib/enable_service.py
django_cloud_deploy/cloudlib/project.py
django_cloud_deploy/cloudlib/service_account.py
django_cloud_deploy/cloudlib/static_content_serve.py
django_cloud_deploy/cloudlib/data/cluster_definition.json
django_cloud_deploy/crash_handling/__init__.py
django_cloud_deploy/crash_handling/template/issue_template.txt
django_cloud_deploy/skeleton/__init__.py
django_cloud_deploy/skeleton/__main__.py
django_cloud_deploy/skeleton/requirements_parser.py
django_cloud_deploy/skeleton/source_generator.py
django_cloud_deploy/skeleton/utils.py
django_cloud_deploy/skeleton/templates/.dockerignore
django_cloud_deploy/skeleton/templates/.gcloudignore
django_cloud_deploy/skeleton/templates/Dockerfile
django_cloud_deploy/skeleton/templates/app.yaml
django_cloud_deploy/skeleton/templates/project_name.yaml
django_cloud_deploy/skeleton/templates/requirements-google.txt
django_cloud_deploy/skeleton/templates/requirements.txt
django_cloud_deploy/skeleton/templates/app_template/__init__.py-tpl
django_cloud_deploy/skeleton/templates/app_template/admin.py-tpl
django_cloud_deploy/skeleton/templates/app_template/apps.py-tpl
django_cloud_deploy/skeleton/templates/app_template/models.py-tpl
django_cloud_deploy/skeleton/templates/app_template/tests.py-tpl
django_cloud_deploy/skeleton/templates/app_template/urls.py-tpl
django_cloud_deploy/skeleton/templates/app_template/views.py-tpl
django_cloud_deploy/skeleton/templates/app_template/migrations/__init__.py-tpl
django_cloud_deploy/skeleton/templates/project_template/manage.py-tpl
django_cloud_deploy/skeleton/templates/project_template/project_name/__init__.py-tpl
django_cloud_deploy/skeleton/templates/project_template/project_name/urls.py-tpl
django_cloud_deploy/skeleton/templates/project_template/project_name/wsgi.py-tpl
django_cloud_deploy/skeleton/templates/settings_template/cloud_settings.py-tpl
django_cloud_deploy/skeleton/templates/settings_template/settings.py-tpl
django_cloud_deploy/tests/__init__.py
django_cloud_deploy/tests/cleanup/__init__.py
django_cloud_deploy/tests/cleanup/resource_cleanup.py
django_cloud_deploy/tests/e2e/__init__.py
django_cloud_deploy/tests/e2e/e2e_utils.py
django_cloud_deploy/tests/e2e/gae_cloudify_test.py
django_cloud_deploy/tests/e2e/gae_deploy_test.py
django_cloud_deploy/tests/e2e/gke_cloudify_test.py
django_cloud_deploy/tests/e2e/gke_deploy_test.py
django_cloud_deploy/tests/e2e/data/basic_django_project/manage.py
django_cloud_deploy/tests/e2e/data/basic_django_project/requirements.txt
django_cloud_deploy/tests/e2e/data/basic_django_project/mysite/__init__.py
django_cloud_deploy/tests/e2e/data/basic_django_project/mysite/settings.py
django_cloud_deploy/tests/e2e/data/basic_django_project/mysite/urls.py
django_cloud_deploy/tests/e2e/data/basic_django_project/mysite/wsgi.py
django_cloud_deploy/tests/e2e/data/basic_django_project/polls/__init__.py
django_cloud_deploy/tests/e2e/data/basic_django_project/polls/admin.py
django_cloud_deploy/tests/e2e/data/basic_django_project/polls/apps.py
django_cloud_deploy/tests/e2e/data/basic_django_project/polls/models.py
django_cloud_deploy/tests/e2e/data/basic_django_project/polls/tests.py
django_cloud_deploy/tests/e2e/data/basic_django_project/polls/urls.py
django_cloud_deploy/tests/e2e/data/basic_django_project/polls/views.py
django_cloud_deploy/tests/e2e/data/basic_django_project/polls/migrations/__init__.py
django_cloud_deploy/tests/integration/__init__.py
django_cloud_deploy/tests/integration/cloudlib_test.py
django_cloud_deploy/tests/integration/tool_requirements_test.py
django_cloud_deploy/tests/integration/workflow_test.py
django_cloud_deploy/tests/integration/data/integration_test_config.yaml
django_cloud_deploy/tests/lib/__init__.py
django_cloud_deploy/tests/lib/test_base.py
django_cloud_deploy/tests/lib/utils.py
django_cloud_deploy/tests/unit/__init__.py
django_cloud_deploy/tests/unit/config_test.py
django_cloud_deploy/tests/unit/cli/__init__.py
django_cloud_deploy/tests/unit/cli/prompt_test.py
django_cloud_deploy/tests/unit/cloudlib/__init__.py
django_cloud_deploy/tests/unit/cloudlib/billing_test.py
django_cloud_deploy/tests/unit/cloudlib/container_test.py
django_cloud_deploy/tests/unit/cloudlib/enable_service_test.py
django_cloud_deploy/tests/unit/cloudlib/project_test.py
django_cloud_deploy/tests/unit/cloudlib/service_account_test.py
django_cloud_deploy/tests/unit/cloudlib/static_content_serve_test.py
django_cloud_deploy/tests/unit/cloudlib/lib/__init__.py
django_cloud_deploy/tests/unit/cloudlib/lib/http_fake.py
django_cloud_deploy/tests/unit/crash_handling/__init__.py
django_cloud_deploy/tests/unit/crash_handling/crash_handling_test.py
django_cloud_deploy/tests/unit/skeleton/__init__.py
django_cloud_deploy/tests/unit/skeleton/requirements_parser_test.py
django_cloud_deploy/tests/unit/skeleton/source_generator_test.py
django_cloud_deploy/tests/unit/skeleton/utils_test.py
django_cloud_deploy/utils/__init__.py
django_cloud_deploy/utils/survey.py
django_cloud_deploy/utils/webbrowser.py
django_cloud_deploy/workflow/__init__.py
django_cloud_deploy/workflow/_database.py
django_cloud_deploy/workflow/_deploygae.py
django_cloud_deploy/workflow/_deploygke.py
django_cloud_deploy/workflow/_enable_service.py
django_cloud_deploy/workflow/_file_bucket.py
django_cloud_deploy/workflow/_project.py
django_cloud_deploy/workflow/_service_account.py
django_cloud_deploy/workflow/_static_content_serve.py
django_cloud_deploy/workflow/deploy_workflow.py
django_cloud_deploy/workflow/data/service_accounts.json
django_cloud_deploy/workflow/data/services.json