Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0dd95e7

Browse filesBrowse files
authored
fix(django): correct default secret name (GoogleCloudPlatform#5301)
## Description Correct default settings name for django settings (underscore, not hyphen) b/178553088 ## Checklist - [x] I have followed [Sample Guidelines from AUTHORING_GUIDE.MD](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md) - [x] **Tests** pass: `nox -s py-3.6` (see [Test Environment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#test-environment-setup)) - [x] **Lint** pass: `nox -s lint` (see [Test Environment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#test-environment-setup)) - [x] Please **merge** this PR for me once it is approved.
1 parent 8ed8d21 commit 0dd95e7
Copy full SHA for 0dd95e7

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎run/django/cloudmigrate.yaml

Copy file name to clipboardExpand all lines: run/django/cloudmigrate.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ substitutions:
6161
_INSTANCE_NAME: django-instance
6262
_REGION: us-central1
6363
_SERVICE_NAME: polls-service
64-
_SECRET_SETTINGS_NAME: django-settings
64+
_SECRET_SETTINGS_NAME: django_settings
6565

6666
images:
6767
- "gcr.io/${PROJECT_ID}/${_SERVICE_NAME}"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.