GitHub - phalt/twilio-django-part-2: A basic Django project that implements an IVR telephony system with Twilio (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
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
- Download this repository
- Install the requirements with pip:
$ pip install -r requirements.txt
This will install:
- Django
- django-twilio
- Open the urls.py to see how the URL configuration has been done
- Open the views.py to see how the views are set up.
- Get the server running with:
$ python manage.py runserver
- Read the blog post on how to get started