Skip to content

A basic video membership website built with Django and Stripe payments

License

Notifications You must be signed in to change notification settings

AbdulMoeed-140212/video-membership

 
 

Repository files navigation

A simple video membership website built with Django.

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.

alt text

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.

Where to find us

Like us on Facebook

Follow us on Instagram

Subscribe to our YouTube Channel

Or visit our Website

About

A basic video membership website built with Django and Stripe payments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.3%
  • CSS 37.3%
  • Python 10.0%
  • HTML 4.4%