{"id":13499356,"url":"https://github.com/GraphQL-python-archive/django-graphiql","last_synced_at":"2025-03-29T04:31:08.829Z","repository":{"id":57420315,"uuid":"43858573","full_name":"GraphQL-python-archive/django-graphiql","owner":"GraphQL-python-archive","description":"[DEPRECATED | Use graphene-django package] Integrate GraphiQL easily into your Django project","archived":false,"fork":false,"pushed_at":"2016-08-07T07:30:55.000Z","size":446,"stargazers_count":35,"open_issues_count":0,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-05-21T18:11:51.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GraphQL-python-archive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-08T02:53:01.000Z","updated_at":"2021-10-30T06:49:02.000Z","dependencies_parsed_at":"2022-09-10T11:22:39.915Z","dependency_job_id":null,"html_url":"https://github.com/GraphQL-python-archive/django-graphiql","commit_stats":null,"previous_names":["graphql-python/django-graphiql"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQL-python-archive%2Fdjango-graphiql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQL-python-archive%2Fdjango-graphiql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQL-python-archive%2Fdjango-graphiql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQL-python-archive%2Fdjango-graphiql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GraphQL-python-archive","download_url":"https://codeload.github.com/GraphQL-python-archive/django-graphiql/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246140565,"owners_count":20729797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T22:00:32.437Z","updated_at":"2025-03-29T04:31:08.499Z","avatar_url":"https://github.com/GraphQL-python-archive.png","language":"CSS","readme":"# Django GraphiQL [![PyPI version](https://badge.fury.io/py/django-graphiql.svg)](https://badge.fury.io/py/django-graphiql)\n\nDjango GraphiQL is a library for integrating [GraphiQL](https://github.com/graphql/graphiql) inside your Django project, so you can test your [GraphQL](https://github.com/graphql-python/graphql-core) schemas easily.\n\nThis library versioning go in partity with GraphiQL.\n\n## Installing\n\nFor installing this library just run in your favorite shell:\n\n```bash\npip install django-graphiql\n```\n\n## Configuring\n\nIn settings.py add `'django_graphiql'` into `INSTALLED_APPS`, so it will look like\n\n```python\nINSTALLED_APPS = [\n    # ...\n    'django_graphiql',\n    # ...\n]\n```\n\nAnd then, add into your urls.py:\n\n```python\nurlpatterns = [\n    # Your other urls...\n    url(r'^graphiql', include('django_graphiql.urls')),\n]\n```\n\nIf you want to configure the default query, just set `GRAPHIQL_DEFAULT_QUERY` in your settings\nto the desired value.\n","funding_links":[],"categories":["Libraries","Implementations"],"sub_categories":["Python Libraries","Python"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGraphQL-python-archive%2Fdjango-graphiql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGraphQL-python-archive%2Fdjango-graphiql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGraphQL-python-archive%2Fdjango-graphiql/lists"}