An open API service indexing awesome lists of open source software.

https://github.com/phalt/twilio-django-part-2

A basic Django project that implements an IVR telephony system with Twilio
https://github.com/phalt/twilio-django-part-2

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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

3. Open the urls.py to see how the URL configuration has been done

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

5. Get the server running with:

```
$ python manage.py runserver
```

6. Read the blog post on how to get started

[1]: https://github.com/rdegges/django-twilio
[2]: https://www.twilio.com/docs/api/twiml