jaydenwindle / django-graphql-playground

Apollo GraphQL Playground as a Django view
MIT License
13 stars 3 forks source link

Fixed for Django Debug Toolbar not working #8

Open ventorvar opened 4 years ago

ventorvar commented 4 years ago

Fixed playground.html template bug that was causing Django Debug Toolbar to be overwritten by the playground.

Minor update to gitignore and setup.py to be able to pip install and not collide with other developer's pyenv environments.