Skip to content

Commit df65cfa

Browse files
authored
Merge pull request mattmakai#196 from mjhea0/patch-3
adds a few stripe + django resource
2 parents ad36383 + beb1cdb commit df65cfa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/pages/04-web-development/53-stripe.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ for processing payments.
2727
to handle recurring payments instead of using a more expensive service
2828
like Chargify or Recurly if you only have minimal requirements.
2929

30+
* [Django Stripe Tutorial](https://testdriven.io/blog/django-stripe-tutorial/)
31+
looks at how to quickly add Stripe to accept payments on a Django/Python website.
32+
33+
* [Setting up Stripe Connect with Django](https://testdriven.io/blog/setting-up-stripe-connect-with-django/)
34+
this tutorial looks at how to integrate Stripe Connect into a Django application.
3035

3136
### Resources about Stripe
3237
* [How Stripe Designs Beautiful Websites](https://www.leejamesrobinson.com/blog/how-stripe-designs-beautiful-websites/)

0 commit comments

Comments
 (0)