We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad36383 + beb1cdb commit df65cfaCopy full SHA for df65cfa
1 file changed
content/pages/04-web-development/53-stripe.markdown
@@ -27,6 +27,11 @@ for processing payments.
27
to handle recurring payments instead of using a more expensive service
28
like Chargify or Recurly if you only have minimal requirements.
29
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.
35
36
### Resources about Stripe
37
* [How Stripe Designs Beautiful Websites](https://www.leejamesrobinson.com/blog/how-stripe-designs-beautiful-websites/)
0 commit comments