diff --git a/README.md b/README.md index cd5c79b87..e4127f606 100644 --- a/README.md +++ b/README.md @@ -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