All Projects → justdjango → Video Membership

justdjango / Video Membership

Licence: mit
A basic video membership website built with Django and Stripe payments

Programming Languages

javascript
184084 projects - #8 most used programming language

JustDjango

The Definitive Django Learning Platform.

*** Deprecation Warning ***

This project is over two years old and is outdated. You can find the new version of this project here

Video Membership Website

This project shows how to create a video membership website using Django and Stripe billing.

Getting Started

Create a stripe account and put your stripe publishable key and secret key inside settings.py as well as your publishable key inside checkout.js in the static folder. Follow the tutorial for guidance.

Note that you will need to create your own Stripe plans in your dashboard and link those plan ID's in your Django admin.

Latest update of the code

Stripe changed their API to no longer allow a source being passed into a subscription. The code has been updated to now correctly bill a customer.


Other places you can find us:

YouTube Twitter

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].