-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from rdegges/develop-paul
version 0.5 final updates
- Loading branch information
Showing
20 changed files
with
172 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
============= | ||
Django-twilio | ||
Django-Twilio | ||
============= | ||
|
||
|
||
|
@@ -21,7 +21,7 @@ Meta | |
* Author: Randall Degges | ||
* Email: [email protected] | ||
* Maintainer: Paul Hallett | ||
* Email: phallett@twilio.com | ||
* Email: paul@twilio.com | ||
* Status: active development, stable, maintained | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""A simple library for building twilio-powered Django webapps.""" | ||
|
||
__version__ = '0.4.1' | ||
__version__ = '0.5' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,27 @@ | ||
django-twilio | ||
============= | ||
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 | ||
|
||
.. image:: https://travis-ci.org/rdegges/django-twilio.png?branch=master | ||
:target: https://travis-ci.org/rdegges/django-twilio | ||
|
||
.. image:: https://pypip.in/d/django-twilio/badge.png | ||
:target: https://crate.io/packages/django-twilio?version=latest | ||
|
||
Meta | ||
---- | ||
|
||
django-twilio is a simple library for building twilio-powered `Django | ||
<https://www.djangoproject.com/>`_ webapps. | ||
* Author: Randall Degges | ||
* Email: [email protected] | ||
* Maintainer: Paul Hallett | ||
* Email: [email protected] | ||
* Status: active development, stable, maintained | ||
|
||
`Twilio <http://www.twilio.com/>`_ is a powerful HTTP API that allows you to | ||
build powerful voice & SMS apps. The goal of this library is to help make | ||
|
Oops, something went wrong.