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

  • SEARCH
  • Home
  • 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 6254035
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T14:07:19+00:00 2026-05-24T14:07:19+00:00

I have a bug in my 404 setup. I know that because, when I

  • 0

I have a bug in my 404 setup. I know that because, when I try to reach some page which doesn’t exist, I get my server error template. But that templates is useless because it doesn’t give me any debug info. In order to get django’s debug page, I need to set DEBUG=True in settings file. But if I do that, bug doesn’t appear because django doesn’t try to access my buggy 404 setup. So what do you guys think?

This is in my root urls file:
handler404 = 'portal.blog.views.handlenotfound' And this is in portal.blog.views.handlenotfound:

def handlenotfound(request):
    global common_data
    datas = {
        'tags' : Tag.objects.all(),
        'date_list' : Post.objects.filter(yayinlandi=True).dates("pub_date","year")
    }
    data.update(common_data)
    return render_to_response("404.html",datas)

Edit:

I guess I also need to return a HttpResponseNotFound right?

  • 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-24T14:07:19+00:00Added an answer on May 24, 2026 at 2:07 pm

    If I had to debug this kind of errors, I would either

    • temporarily turn the handler into a simple view served by a custom url, so that django’s internal mechanisms don’t get into the way, or

    • (temporarily) wrap the handler code in a try..except block to log any error you may have missed

    Anyway, are you sure your handler doesn’t get called if DEBUG=true?

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

Sidebar

Related Questions

I have an emergent bug that I've got to track down tomorrow. I know
I have a bug that I don't know how to fix or even reproduce:
I have this bug in Obj-C that is caused because the program is trying
We have a bug in our application that does not occur every time and
We have this bug that only appears 30% of the time for the Release
I have had a bug recently that only manifested itself when the library was
EDIT: I have submitted a bug report and Microsoft have acknowledge that it is
I have a bug which makes my website freeze in PHP. It occurs on
I have a bug somewhere that is causing my app to just vanish without
I have a bug in IE8 when trying to get a property from css

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.