Closed meshy closed 2 years ago
It's a pain for sites that want to display this graph page in production, because by default, the page is only accessible when DEBUG is True.
DEBUG
True
We should ensure that it can be accessed, as required.
Fixed in #52
It's a pain for sites that want to display this graph page in production, because by default, the page is only accessible when
DEBUG
isTrue
.We should ensure that it can be accessed, as required.