Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 773917
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T19:02:38+00:00 2026-05-14T19:02:38+00:00

I am using Django for a project and is already in production. In the

  • 0

I am using Django for a project and is already in production.

In the production environment 500.html is rendered whenever a server error occurs.

How do I test the rendering of 500.html in dev environment? Or how do I render 500.html in dev, if I turn-off debug I still get the errors and not 500.html

background: I include some page elements based on a page and some are missing when 500.html is called and want to debug it in dev environment.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T19:02:39+00:00Added an answer on May 14, 2026 at 7:02 pm

    I prefer not to turn DEBUG off. Instead I put the following snippet in the urls.py:

    if settings.DEBUG:
        urlpatterns += patterns('',
            (r'^500/$', 'your_custom_view_if_you_wrote_one'),
            (r'^404/$', 'django.views.generic.simple.direct_to_template', {'template': '404.html'}),
        )
    

    In the snippet above, the error page uses a custom view, you can easily replace it with Django’s direct_to_template view though.

    Now you can test 500 and 404 pages by calling their urls: http://example.com/500 and http://example.com/404

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on a Silverlight project that uses Django on the server using
I'm configuring a Django project that were using the server filesystem for storing the
I using Django tagging project. That is was very stable project. Working on django
I need some opinions here. I'm working on a Django project using buildout to
I'm using a CBGV CreateView in a Django project. I need to add some
I am using django 1.1 beta release. In my project I want to use
I've been using Komodo Edit for a small project in Django. The code completion
I'm working on a Django project, and I've created some custom admin views using
I'm creating a project using Django. For this project I use git and redmine
I'm using django-non rel for the first time. I already had a simple django

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.