mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-02-07 07:00:35 +03:00
config schema generation in cookbook example
This commit is contained in:
parent
62d3eb911a
commit
cf7d8ffcd6
|
@ -130,3 +130,8 @@ USE_TZ = True
|
||||||
# https://docs.djangoproject.com/en/1.9/howto/static-files/
|
# https://docs.djangoproject.com/en/1.9/howto/static-files/
|
||||||
|
|
||||||
STATIC_URL = '/static/'
|
STATIC_URL = '/static/'
|
||||||
|
|
||||||
|
GRAPHENE = {
|
||||||
|
'SCHEMA': 'cookbook.schema.schema',
|
||||||
|
'SCHEMA_INDENT': 2,
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user