Demo Application

Learn how Twilio APIs are integrated into a Django web application.

We'll cover the following...

We gained hands-on experience with the Twilio APIs in the previous chapters. We’ll now integrate those APIs into a Django web application that mimics the behavior of a shopping website.

Workflow

The demo application given in the following widget simulates an online shopping workflow as explained below:

  1. When we run the
...