Build a Payment System with Django 3.1 and Stripe from Scratch

Part 2

Alberto Naranjo
Python in Plain English
5 min readOct 17, 2020

--

Photo by Iwona Castiello d'Antonio on Unsplash

In the previous article we learnt how to setup our project and register new customers in Stripe with signals using an isolated app inside our project. Today we will continue our journey building a robust and simple way to accept payments with Stripe.

--

--