Asday / django-custom-error-handler

Created as an answer to https://stackoverflow.com/questions/48560250/django-context-processors-for-error-pages-or-request-in-simple-tag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide app name context to the 500 error page

This repo was produced as an answer to this question on stack overflow.

Installation

git clone git@github.com:Asday/django-custom-error-handler.git
cd django-custom-error-handler
mkvirtualenv --python=$(which python3.6) django-custom-error-handler
pip install -r requirements.txt
python manage.py runserver 0.0.0.0:8000

Then visit /app_1/ or /app_2/.

About

Created as an answer to https://stackoverflow.com/questions/48560250/django-context-processors-for-error-pages-or-request-in-simple-tag


Languages

Language:Python 99.8%Language:HTML 0.2%