Skip to main content

Django error page templates (404.html and 500.html).

Project description

Simple and generic 404.html and 500.html templates for django. The error messages are styled with the bootstrap hero-unit style.

Issues/contribute

Report any issues at the github project page, and feel free to add your own guides/experiences to the wiki, and to contribute changes using pull requests.

Install

$ pip install django_errortemplates

Setup

Add 'errortemplates' and 'django.contrib.staticfiles' to INSTALLED_APPS.

Try it out

Start your server with:

python manage.py runserver --insecure

and navigate to a non-existing url or an url that raises an exception. Note that we use --insecure

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_errortemplates-1.0.1.tar.gz (2.5 kB view hashes)

Uploaded Source

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