Skip to content

Commit

Permalink
Update README.md (#1226)
Browse files Browse the repository at this point in the history
Co-authored-by: monkut <[email protected]>
Co-authored-by: javulticat <[email protected]>
Co-authored-by: hellno <[email protected]>
  • Loading branch information
4 people authored Mar 16, 2024
1 parent e68ce5c commit 4a24cb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ You can also invoke interpretable Python 3.8/3.9/3.10/3.11/3.12 strings directly
$ zappa invoke production "print(1 + 2 + 3)" --raw

For instance, it can come in handy if you want to create your first `superuser` on a RDS database running in a VPC (like Serverless Aurora):

$ zappa invoke staging "from django.contrib.auth import get_user_model; User = get_user_model(); User.objects.create_superuser('username', 'email', 'password')" --raw

### Django Management Commands
Expand Down

0 comments on commit 4a24cb6

Please sign in to comment.