I'm trying to setup Graphene, but have a following exception raised when open http://localhost:8000/graphql/ in browser:
TemplateDoesNotExist at /graphql/
graphene/graphiql.html
Request Method: GET
Request URL: http://localhost:8000/graphql/
Django Version: 3.2.10
Added did whole setup, added to urls, configured schema, queries and mutations. But still not work. And even don't remember that ever needed to configure templates for Graphene.