From bd2ceafdecbbd2c9f4a15b6a77a4b45e88804ac9 Mon Sep 17 00:00:00 2001 From: Lee Zen Date: Tue, 3 Nov 2020 19:30:59 -0800 Subject: [PATCH] Update README.md for Django Voting App example (#823) --- aws-django-voting-app/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-django-voting-app/README.md b/aws-django-voting-app/README.md index 8044c4ced..dca8ec041 100644 --- a/aws-django-voting-app/README.md +++ b/aws-django-voting-app/README.md @@ -36,7 +36,7 @@ The example shows how easy it is to deploy containers into production and to con $ pulumi config set sql-user-password --secret $ pulumi config set django-admin-name $ pulumi config set django-admin-password --secret - $ pulumi config set django_secret_key = --secret + $ pulumi config set django-secret-key --secret ``` 1. Create a Python virtualenv, activate it, and install dependencies: