Setting up Stripe Subscriptions in Django

preview_player
Показать описание
In this screencast I set up my Stripe billing model, synchronize the data with the local Django application database, and then demo/test the subscription functionality.

This is Part 8 of "Building a SaaS Application with Django and Pegasus".

Рекомендации по теме
Комментарии
Автор

Thanks Cory! Would like to see the feature gates!

juri
Автор

thank you a lot, its hard to find stripe content that uses django and i find stripe docs very confusing, its just a lot of stuff there

kay
Автор

is that we need to add subscription pricing before adding in django?

LiveWelLounge
Автор

This is probably a dumb question, but do you know if this will work with MySQL also? I have a completed app and subscription integration is the last step.

U_Lambda