I am new to Django and I have been working on a Stripe based application and I found out that my class based views are quiet slow and I need to make them run as fast as possible. I discovered that in Django there is Asynchronous Support available but I am unable to figure how can I use it in class based views everywhere I find there are functional based example just.
Django documentation that I was looking into was: Django Asynchronous Support
I want to make my Stripe call faster. Any help will be appreciated I am new and learning Django.