mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-15 06:32:06 +03:00
fix graphene settings bug
This commit is contained in:
parent
d348ec89c5
commit
fcd483db31
|
@ -56,6 +56,7 @@ MIDDLEWARE_CLASSES = [
|
|||
|
||||
GRAPHENE = {
|
||||
'SCHEMA': 'cookbook.schema.schema',
|
||||
'SCHEMA_INDENT': 2,
|
||||
'MIDDLEWARE': (
|
||||
'graphene_django.debug.DjangoDebugMiddleware',
|
||||
)
|
||||
|
@ -130,8 +131,3 @@ USE_TZ = True
|
|||
# https://docs.djangoproject.com/en/1.9/howto/static-files/
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
|
||||
GRAPHENE = {
|
||||
'SCHEMA': 'cookbook.schema.schema',
|
||||
'SCHEMA_INDENT': 2,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user