diff options
| author | Tom Christie | 2014-11-13 12:06:45 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-11-13 12:06:45 +0000 | 
| commit | 03310cc33ae800a36f17a421c8114e0e6616ccb6 (patch) | |
| tree | 513aad8ce56ed81b2770eee5c70be563b5cbb8f2 /README.md | |
| parent | e70b82b6c890eed5088a8f1b2f3aa642d5218398 (diff) | |
| download | django-rest-framework-03310cc33ae800a36f17a421c8114e0e6616ccb6.tar.bz2 | |
Add PyPI version badge.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -1,6 +1,7 @@  # Django REST framework  [![build-status-image]][travis] +[![pypi-version]][pypi]  **Awesome web-browseable Web APIs.** @@ -181,6 +182,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  [build-status-image]: https://secure.travis-ci.org/tomchristie/django-rest-framework.png?branch=master  [travis]: http://travis-ci.org/tomchristie/django-rest-framework?branch=master +[pypi-version]: https://pypip.in/version/djangorestframework/badge.svg +[pypi]: https://pypi.python.org/pypi/djangorestframework  [twitter]: https://twitter.com/_tomchristie  [group]: https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework  [0.4]: https://github.com/tomchristie/django-rest-framework/tree/0.4.X | 
