Skip to content

Censoring all settings from DEBUG page

Modifies the templates used to display information in DEBUG mode to completely omit the Django settings values. technical_500.* are exact copies from Django's own source code (located in django/views/templates/) with the offending section removed. Note that in future versions of Django we may want to update these templates with whatever upstream changes are missed by this copy.

Edited by Daniel Wysocki

Merge request reports