石墨烯-Django 的集成。 文献资料 快速开始 要安装石墨烯,只需在您的shell中运行此命令 pip install " graphene-django>=3 " 设定值 INSTALLED_APPS = ( # ... 'django.contrib.staticfiles' , # Required for GraphiQL 'graphene_django' , ) GRAPHENE = { 'SCHEMA' : 'app.schema.schema' # Where your Graphene schema lives } 乌尔斯 我们需要在