Skip to content

A basic Django project that implements an IVR telephony system with Twilio

Notifications You must be signed in to change notification settings

phalt/twilio-django-part-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twilio & Django part 2

This is a simple Django application demonstrating how to integrate IVR telephony systems into your Django projects.

How to use

  1. Download this repository

  2. Install the requirements with pip:

    $ pip install -r requirements.txt

This will install:

  • Django
  • django-twilio
  1. Open the urls.py to see how the URL configuration has been done

  2. Open the views.py to see how the views are set up.

  3. Get the server running with:

    $ python manage.py runserver
  1. Read the blog post on how to get started

About

A basic Django project that implements an IVR telephony system with Twilio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages