django-graphiql 0.4.4
pip install django-graphiql
Latest version
Released:
Integrate GraphiQL easily into your Django project
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT
- Author: Syrus Akbary
- Tags django, graphiql, graphql, graphene, graphql-core
Project description
Django GraphiQL is a library for integrating GraphiQL inside your Django project, so you can test your GraphQL schemas easily.
This library versioning go in partity with GraphiQL.
Installing
For installing this library just run in your favorite shell:
pip install django-graphiql
Configuring
In settings.py add 'django_graphiql' into INSTALLED_APPS, so it will look like
INSTALLED_APPS = [
# ...
'django_graphiql',
# ...
]
And then, add into your urls.py:
urlpatterns = [
# Your other urls...
url(r'^graphiql', include('django_graphiql.urls')),
]
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT
- Author: Syrus Akbary
- Tags django, graphiql, graphql, graphene, graphql-core
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-graphiql-0.4.4.tar.gz
.
File metadata
- Download URL: django-graphiql-0.4.4.tar.gz
- Upload date:
- Size: 181.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 693d1b0c82cb9515f27a24f213d7b5c3aa4f5b8d6b8123a293981ee8d072c78c |
|
MD5 | 05291b61b2132c7e6e5b7ec5b5ce6082 |
|
BLAKE2b-256 | 572c1bf6e2b72daf0c5d7a743656bcab81515e64d750a35974770904b3a165d6 |