django-planet
April 18, 2019

Completing Account Deactivation on Building SaaS with Python and Django

in blog Matt Layman
original entry Completing Account Deactivation on Building SaaS with Python and Django

In the latest episode of Building SaaS with Python and Django, we completed the account deactivation workflow of the Django app.

This included:

  • Canceling the subscription with Stripe.
  • Marking the user as inactive.
  • Sending the user to a friendly page to indicate that their account is deactivated.

The recording is available on YouTube and the full transcript is below.