artemrizhov / django-hei

Hide Error Info on Django error page in debug mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django-Hei!

Hides technical info on Django error page when DEBUG=True, still lets you quickly access it. This saves your customer from scary error messages while let you debug the app.

Useful for demonstration before release. Don't use on production!

Installation

  1. Install application: pip install -e git://github.com/artemrizhov/django-hei.git#egg=django-hei
  2. Add application to INSTALLED_APPS

Configuration

The feature is activated by default. Set HIDE_TECHNICAL_ERROR_INFO=False in your local settings to disable it.

Usage

Just press 'e' when you want to dive into detailed error info.

About

Hide Error Info on Django error page in debug mode

License:MIT License


Languages

Language:Python 100.0%