Skip to content

Commit

Permalink
Update README.md for Django Voting App example (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Zen committed Nov 4, 2020
1 parent 476b6d6 commit bd2ceaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-django-voting-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <PASSWORD> --secret
$ pulumi config set django-admin-name <NAME>
$ pulumi config set django-admin-password <PASSWORD> --secret
$ pulumi config set django_secret_key = <VALUE> --secret
$ pulumi config set django-secret-key <VALUE> --secret
```

1. Create a Python virtualenv, activate it, and install dependencies:
Expand Down

0 comments on commit bd2ceaf

Please sign in to comment.