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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django_errortemplates-1.0.1.tar.gz
.
File metadata
- Download URL: django_errortemplates-1.0.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58f60e2e2d880b98c20e148ee3d085e90c45188b37eae0f79b35f733e8ce629f |
|
MD5 | 0b89d256ac1e03d657a83f769e156b5c |
|
BLAKE2b-256 | 4a427eb281257452fa9d7b77398893bf63cd3c43419fe03b83e71b10c775ae33 |