-
示例GraphQL API,使用了Django和Graphene:moesif-graphene-django-example
资源介绍
石墨烯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