meshy / django-schema-graph

An interactive graph of your Django model structure
https://pypi.org/project/django-schema-graph/
MIT License
350 stars 9 forks source link

Let sites choose to show the page when DEBUG=False #48

Closed meshy closed 2 years ago

meshy commented 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.

We should ensure that it can be accessed, as required.

meshy commented 2 years ago

Fixed in #52