Reputation: 1577
How catch and render the 404 error view when I raise Http404?
I want to create a similar exception like "WaitingForModeration" and then I would like to see this source code.
Upvotes: 0
Views: 558
Reputation: 1577
I found myself using grep in django.core.handlers.base.BaseHandler
Upvotes: 1