-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
18017ce
commit 9dbbe11
Showing
1 changed file
with
1 addition
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1 @@ | ||
# 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](https://youtu.be/zu2PBUHMEew) 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. | ||
|
||
[](https://youtu.be/zu2PBUHMEew) | ||
|
||
## 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](https://www.facebook.com/justdjangocode/) | ||
|
||
Follow us on [Instagram](https://www.instagram.com/justdjangocode/) | ||
|
||
Subscribe to our [YouTube](https://www.youtube.com/channel/UCRM1gWNTDx0SHIqUJygD-kQ) Channel | ||
|
||
Or visit our [Website](https://www.justdjango.com) | ||
Course Subscription with Stripe Payment |