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
Post a Comment