Skip to main content

Create custom 500.html for Django with optional Sentry support.

Project description

Travis CI Badge   Coverage Status   Requirements Status

Installation

pip install --upgrade django-custom-500

Add ``django_custom_500`` to ``INSTALLED_APPS``:

INSTALLED_APPS = (
    'django_custom_500',
)

Usage

Create 500.html in your template folder.

OR

Set CUSTOM_500_TEMPLATE in your settings.

Example:

CUSTOM_500_TEMPLATE = "my/path/to/500.html"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_custom_500-0.1.0.zip (8.2 kB view hashes)

Uploaded Source

Built Distribution

django_custom_500-0.1.0-py2.py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page