django.views.defaults.django_500

Here are the examples of the python api django.views.defaults.django_500 taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: pootle Source File: __init__.py
Function: server_error
def server_error(request):
    return django_500(request, template_name='errors/500.html')