Does anyone know of an example project with django-stripe-payments? All the documentation and tutorials I've found stops after configuring the admin backend. I'm not sure how to setup the forms so that the end user can pay and manage their subscription.
I want to use stripe. I'm open to other django apps.
Brian