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 56
56
57
57
GRAPHENE = {
58
58
'SCHEMA' : 'cookbook.schema.schema' ,
59
+ 'SCHEMA_INDENT' : 2 ,
59
60
'MIDDLEWARE' : (
60
61
'graphene_django.debug.DjangoDebugMiddleware' ,
61
62
)
130
131
# https://docs.djangoproject.com/en/1.9/howto/static-files/
131
132
132
133
STATIC_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 57
57
58
58
GRAPHENE = {
59
59
'SCHEMA' : 'cookbook.schema.schema' ,
60
+ 'SCHEMA_INDENT' : 2 ,
60
61
'MIDDLEWARE' : (
61
62
'graphene_django.debug.DjangoDebugMiddleware' ,
62
63
)
131
132
# https://docs.djangoproject.com/en/1.9/howto/static-files/
132
133
133
134
STATIC_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