In this video we'll create our payment success and payment failure pages for our ecommerce app with Django and Python.When a customer finished making a payment thru PayPal, they get redirected back to our website.If the payment was a success, we'll send them to a success page, if there was a problem with the payment we'll send them to a failure page.