File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 5656
5757GRAPHENE = {
5858 'SCHEMA' : 'cookbook.schema.schema' ,
59+ 'SCHEMA_INDENT' : 2 ,
5960 'MIDDLEWARE' : (
6061 'graphene_django.debug.DjangoDebugMiddleware' ,
6162 )
130131# https://docs.djangoproject.com/en/1.9/howto/static-files/
131132
132133STATIC_URL = '/static/'
133-
134- GRAPHENE = {
135- 'SCHEMA' : 'cookbook.schema.schema' ,
136- 'SCHEMA_INDENT' : 2 ,
137- }
Original file line number Diff line number Diff line change 5757
5858GRAPHENE = {
5959 'SCHEMA' : 'cookbook.schema.schema' ,
60+ 'SCHEMA_INDENT' : 2 ,
6061 'MIDDLEWARE' : (
6162 'graphene_django.debug.DjangoDebugMiddleware' ,
6263 )
131132# https://docs.djangoproject.com/en/1.9/howto/static-files/
132133
133134STATIC_URL = '/static/'
134-
135- GRAPHENE = {
136- 'SCHEMA' : 'cookbook.schema.schema' ,
137- 'SCHEMA_INDENT' : 2 ,
138- }
You can’t perform that action at this time.
0 commit comments