django-twilio icon indicating copy to clipboard operation
django-twilio copied to clipboard

A simple library for building twilio-powered Django webapps.

============= Django-Twilio

Integrate Twilio into your Django apps with ease.

.. image:: https://badge.fury.io/py/django-twilio.png :target: http://badge.fury.io/py/django-twilio :alt: PyPI version .. image:: https://travis-ci.org/rdegges/django-twilio.png?branch=master :target: https://travis-ci.org/rdegges/django-twilio :alt: CI build .. image:: https://readthedocs.org/projects/django-twilio/badge/?version=latest :target: https://readthedocs.org/projects/django-twilio/badge/?version=latest :alt: documentation build .. image:: https://img.shields.io/pypi/pyversions/django-twilio.svg :target: https://pypi.python.org/pypi/django-twilio/ :alt: Python versions supported

Meta

Twilio makes it easy to send & receive SMS messages, and create & manage voice calls through software.

Django-twilio makes it easy to use Twilio in your Django projects.

This project aims to keep compatibility with the supported Django releases.

As such our versions of python and django are designed to match that cadence as much as possible.

We are currently compatible with Django 4. Python versions 3.8 to 3.10.

Documentation

The documentation is hosted at ReadTheDocs. You can check out the docs here - http://django-twilio.rtfd.org/