登录 注册
当前位置:主页 > 资源下载 > 9 > 示例GraphQL API,使用了Django和Graphene:moesif-graphene-django-example

示例GraphQL API,使用了Django和Graphene:moesif-graphene-django-example

  • 更新:2024-11-01 22:23:08
  • 大小:16KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

石墨烯Django项目 该示例项目演示了Graphene和Django之间的集成。 您将构建一个事件模型以通过GraphQL访问事件对象。 首先,您需要获取项目的源代码。 通过克隆存储库来做到这一点: # Get the project code git clone https://github.com/Moesif/moesif-graphene-django-example.git 注意:使用Python时,建议使用虚拟环境,以使所有项目的依赖项与其他项目隔离。 创建您的本地环境 conda create -n graphql python=3.6 anaconda # Create the environment source activate graphql # Activate the environment 安装依赖项 pip install - r requiremen