Skip to content

Commit

Permalink
Removed template reference
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcgartland committed Apr 6, 2018
1 parent 36f3009 commit 334e4ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphene_file_upload/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Basically we need to do all of the above.

class ModifiedGraphQLView(GraphQLView):
graphiql_template = 'graphiql.html'
# graphiql_template = 'graphiql.html'

@staticmethod
def get_graphql_params(request, data):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
setup(
name = 'graphene_file_upload',
packages = ['graphene_file_upload'], # this must be the same as the name above
version = '0.1.0',
version = '0.1.1',
description = 'Lib for adding file upload functionality to GraphQL mutations in Graphene Django',
long_description=long_description,
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit 334e4ae

Please sign in to comment.