09 2020 档案

摘要:Graphene Django has a number of additional features that are designed to make working with Django easy. Our primary focus in this tutorial is to give 阅读全文
posted @ 2020-09-25 07:24 双葫 阅读(317) 评论(0) 推荐(2)
摘要:Introduction 介绍 Graphene-Django offers a host of features for performing GraphQL queries. Graphene-Django提供了一系列用于执行GraphQL查询的特性。 Graphene-Django ships 阅读全文
posted @ 2020-09-25 07:23 双葫 阅读(324) 评论(0) 推荐(1)
摘要:Here are some libraries that provide common types for Django specific fields. 下面是一些为特定于Django的字段提供通用类型的库。 GeoDjango Use the graphene-gis library to ad 阅读全文
posted @ 2020-09-25 07:22 双葫 阅读(84) 评论(0) 推荐(0)
摘要:You can debug your GraphQL queries in a similar way to django-debug-toolbar, but outputing in the results in GraphQL response as fields, instead of th 阅读全文
posted @ 2020-09-25 07:21 双葫 阅读(150) 评论(0) 推荐(0)
摘要:Using unittest If you want to unittest your API calls derive your test case from the class GraphQLTestCase. 如果您想对API调用进行unittest,那么从GraphQLTestCase类派生 阅读全文
posted @ 2020-09-25 07:19 双葫 阅读(125) 评论(0) 推荐(0)
摘要:Graphene-Django can be customised using settings. This page explains each setting and their defaults. Graphene-Django可以使用设置进行定制。本页说明每个设置及其默认值。 Usage 用 阅读全文
posted @ 2020-09-25 07:17 双葫 阅读(527) 评论(0) 推荐(0)
摘要:Relay Modern uses Babel Relay Plugin which requires you to provide your GraphQL schema data. Relay Modern使用Babel Relay Plugin,它要求您提供GraphQL模式数据。 Graph 阅读全文
posted @ 2020-09-25 07:16 双葫 阅读(290) 评论(0) 推荐(0)
摘要:There are several ways you may want to limit access to data when working with Graphene and Django: limiting which fields are accessible via GraphQL an 阅读全文
posted @ 2020-09-25 07:14 双葫 阅读(255) 评论(0) 推荐(0)
摘要:Graphene-Django integrates with django-filter (2.x for Python 3 or 1.x for Python 2) to provide filtering of results. See the usage documentation for 阅读全文
posted @ 2020-09-25 07:12 双葫 阅读(282) 评论(0) 推荐(0)
摘要:The graphene-django project does not currently support GraphQL subscriptions out of the box. However, there are several community-driven modules for a 阅读全文
posted @ 2020-09-25 07:11 双葫 阅读(173) 评论(0) 推荐(0)
摘要:Introduction 介绍 Graphene-Django makes it easy to perform mutations. Graphene-Django使得进行突变变得容易。 With Graphene-Django we can take advantage of pre-exist 阅读全文
posted @ 2020-09-25 07:10 双葫 阅读(306) 评论(0) 推荐(0)
摘要:Graphene-Django provides some useful fields to help integrate Django with your GraphQL Schema. Graphene-Django提供了一些有用的字段来帮助将Django与GraphQL模式集成。 Django 阅读全文
posted @ 2020-09-25 07:09 双葫 阅读(157) 评论(0) 推荐(0)
摘要:The graphene.Schema object describes your data model and provides a GraphQL server with an associated set of resolve methods that know how to fetch da 阅读全文
posted @ 2020-09-25 07:07 双葫 阅读(113) 评论(0) 推荐(0)
摘要:Graphene has a number of additional features that are designed to make working with Django really simple. Graphene还有许多附加功能,这些功能旨在使Django的使用变得非常简单。 Not 阅读全文
posted @ 2020-09-25 07:05 双葫 阅读(327) 评论(0) 推荐(0)
摘要:Graphene-Django takes a few seconds to install and set up. Graphene-Django需要几秒钟的时间来安装和设置。 Requirements 需求 Graphene-Django currently supports the follo 阅读全文
posted @ 2020-09-25 07:02 双葫 阅读(302) 评论(0) 推荐(0)
摘要:Welcome to the Graphene-Django docs. 欢迎来到Graphene Django文档。 Graphene-Django is built on top of Graphene. Graphene-Django provides some additional abst 阅读全文
posted @ 2020-09-25 07:00 双葫 阅读(799) 评论(2) 推荐(1)
摘要:最近想将自己的一个django项目发布到服务器上,本来网上已经有很多这个架构的文档了,但搭建环境过程中还是遇到了不少的坑,现以文本形式进行记录。 环境 服务器:百度云服务器 系统:CentOS8 流程 基础模块安装 参考:centos7下部署Django yum install gcc-c++ (为 阅读全文
posted @ 2020-09-23 15:12 双葫 阅读(350) 评论(0) 推荐(0)