[Answer]-Setting up a subscription with Stripe – Django-stripe-payments – Error TemplateDoesNotExist

1👍

In addition to putting ‘payments’ in your INSTALLED_APPS, adjust the {% extends “site_base.html” %} in the base.html file to your project’s base.html file, i.e. replace site_base.html to your project’s base.html file.

Leave a comment