graphql-python / swapi-graphene

GraphQL Starwars API using Graphene and Django
http://swapi.graphene-python.org
175 stars 36 forks source link

Fixed "Deploy to Heroku" #6

Closed oditorium closed 8 years ago

oditorium commented 8 years ago

Deploy to Heroku expects an app.json file in the root that I provided. Now the button works. (I also removed the absolute template reference from the button so that this button installs the cloned directory, not the one on graphql-python)

Note: I have no idea about those 5 other commits that are part of this pull request, they kind of appeared out of thin air. Mine is only Create app.json so the 'Deploy to Heroku' works. But you probably know that...