Get url configuration in django 404 pages when Mezzanine is installed -


i'm working mezzanine django project, , can't figure out how turn on debug=true url configuration output django produces on 404 pages.

with mezzanine installed, debug=true, ever blank 404 page.

steps tried without success:

  • googling around "mezzanine 404 url" , various implementations
  • skimming mezzanine documentation
  • disabling custom mezzanine 404 handler

any ideas on how standard django url report back?

thanks

mezzanine contains "catch all" urlpattern pages. is, pattern mezzanine pages anything - example.com/foo, example.com/foo/bar, etc. standard 404 error.

what you're looking error occurs when no urlpattern matches url requested. can't occur mezzanine, since patterns can match url.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -