diff --git a/stripe/setup-dj-stripe.md b/stripe/setup-dj-stripe.md index 79de2a1..cfa4e40 100644 --- a/stripe/setup-dj-stripe.md +++ b/stripe/setup-dj-stripe.md @@ -25,7 +25,8 @@ DJSTRIPE_WEBHOOK_SECRET = "whsec_xxx" # Get it from the section in the Stripe d DJSTRIPE_FOREIGN_KEY_TO_FIELD = "id" ``` -- Start my server. +- Start my server. +- Run `../manage.py migrate` - Go into the Django Admin and add my **test** Stripe private API key: Screenshot 2024-07-18 at 10 13 21 AM