How to use Stripe for payment in Django

Описание к видео How to use Stripe for payment in Django

Learn how to integrate Stripe with your Django app to accept online payments through your webapp. This is a guide on how the Stripe API works, how to create the related Django code and how to test out the code locally from terminal.

The gist of the custom user model in Django:    • The gist of the the custom user model...  
The code on Github: https://github.com/dotja/django-example

Chapters:
---------------
0:00 intro
0:15 the Stripe API
0:53 Stripe webhook
1:30 set up a Stripe account
2:08 create Stripe product
2:45 models.py
4:21 urls.py
5:05 views.py
10:56 HTML templates
11:18 test run in terminal
13:05 outro

Комментарии

Информация по комментариям в разработке