Skip to content

Commit bbf119c

Browse files
authored
Add anacounda cloud badge to graphene-django (#874)
1 parent 83bc32b commit bbf119c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,25 @@ Please read [UPGRADE-v2.0.md](https://github.com/graphql-python/graphene/blob/ma
22

33
---
44

5-
# ![Graphene Logo](http://graphene-python.org/favicon.png) Graphene-Django [![Build Status](https://travis-ci.org/graphql-python/graphene-django.svg?branch=master)](https://travis-ci.org/graphql-python/graphene-django) [![PyPI version](https://badge.fury.io/py/graphene-django.svg)](https://badge.fury.io/py/graphene-django) [![Coverage Status](https://coveralls.io/repos/graphql-python/graphene-django/badge.svg?branch=master&service=github)](https://coveralls.io/github/graphql-python/graphene-django?branch=master)
5+
# ![Graphene Logo](http://graphene-python.org/favicon.png) Graphene-Django
66

77

88
A [Django](https://www.djangoproject.com/) integration for [Graphene](http://graphene-python.org/).
99

10+
[![travis][travis-image]][travis-url]
11+
[![pypi][pypi-image]][pypi-url]
12+
[![Anaconda-Server Badge][conda-image]][conda-url]
13+
[![coveralls][coveralls-image]][coveralls-url]
14+
15+
[travis-image]: https://travis-ci.org/graphql-python/graphene-django.svg?style=flat
16+
[travis-url]: https://travis-ci.org/graphql-python/graphene-django
17+
[pypi-image]: https://img.shields.io/pypi/v/graphene-django.svg?style=flat
18+
[pypi-url]: https://pypi.org/project/graphene-django/
19+
[coveralls-image]: https://coveralls.io/repos/graphql-python/graphene-django/badge.svg?branch=master&service=github
20+
[coveralls-url]: https://coveralls.io/github/graphql-python/graphene-django?branch=master
21+
[conda-image]: https://img.shields.io/conda/vn/conda-forge/graphene-django.svg
22+
[conda-url]: https://anaconda.org/conda-forge/graphene-django
23+
1024
## Documentation
1125

1226
[Visit the documentation to get started!](https://docs.graphene-python.org/projects/django/en/latest/)

0 commit comments

Comments
 (0)