Skip to content

Commit

Permalink
Update setup-dj-stripe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
williln authored Jul 18, 2024
1 parent 0dccba3 commit dccaa96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stripe/setup-dj-stripe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<img width="642" alt="Screenshot 2024-07-18 at 10 13 21 AM" src="https://github.com/user-attachments/assets/b3490d47-4be8-4bc2-a329-db9ed8d4b87c">
Expand Down

0 comments on commit dccaa96

Please sign in to comment.