Django 404 and 500 pages the blarg way.
Project description
Django 404 and 500 pages the blarg way.
Like https://github.com/404 and https://github.com/500, but for Django.
- Free software: BSD license
- Documentation: http://django-blarg.rtfd.org.
Warnings
- Not yet tested in production anywhere.
- No tests yet!
Usage
Get the package:
pip install django-blarg
Wire into your project’s root URLConf:
from blarg import error_500, error_404 urlpatterns += patterns("", url(r"^500$", error_500, name="error_500"), url(r"^404$", error_404, name="error_404"), )
Fire up the Django test server
python manage.py runserver
Test it out!
Troubleshooting
You probably already have them, but you’ll need 500.html and 404.html templates in the the root of a templates directory.
Features
- The 500 error template is 100% isolated from Django’s template mechanisms.
- Works with Django 1.0 upwards. Maybe for earlier, test it and see!
- Works with every version of Python ever supported by Django.
- Works on every HTTP method.
Support this Epic Project
- Submit issues and pull requests
- Donate via gittip: https://gittip.com/pydanny
- Donate via coinbase: https://coinbase.com/checkouts/fcb91011b44028b9cfe96207eecb3bcf
- Donate bitcoins: 14nScLtnipMmQEutCaRiVPWEw9rVm4pUnG
History
0.1.4 (2013-12-01)
- Repackage using twine for upload to PyPI
0.1.3 (2013-11-22)
- Documentation corrections so Sphinx works
0.1.2 (2013-11-22)
- Documentation corrections so Sphinx works
0.1.1 (2013-11-22)
- Fixing minor mistakes in the README
0.1.0 (2013-11-22)
- First release on PyPI.
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-blarg-0.1.4.tar.gz
(5.5 kB
view hashes)
Built Distribution
Close
Hashes for django_blarg-0.1.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d5f9fa42b24526b2e7d5d81e8e2795e43a13b822ac9ac07368a817b82d1df59 |
|
MD5 | c2dcf1bf82003238b5a5cd795b92e4f2 |
|
BLAKE2-256 | 8613d42acde6676c20010aa1177b658624a4c261c119c0fb242ffb8b03c5a2e1 |