File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,25 @@ Please read [UPGRADE-v2.0.md](https://github.com/graphql-python/graphene/blob/ma
2
2
3
3
---
4
4
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
6
6
7
7
8
8
A [ Django] ( https://www.djangoproject.com/ ) integration for [ Graphene] ( http://graphene-python.org/ ) .
9
9
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
+
10
24
## Documentation
11
25
12
26
[ Visit the documentation to get started!] ( https://docs.graphene-python.org/projects/django/en/latest/ )
You can’t perform that action at this time.
0 commit comments