[issue13816] Two typos in the docs

Boštjan Mejak report at bugs.python.org
Mon Jan 23 15:26:53 CET 2012


Boštjan Mejak <bostjan.mejak at gmail.com> added the comment:

Ah, darn it! My last patch is a total garbage. But then an interesting thing happened: I wanted to delete my last patch set, but I got a

"ProgrammingError at /review/13816/patchset/4039/delete
schema "datetime" does not exist"

and got all the Django nitty-gritty info about your server. This is not good because someone can misuse that information. Please fix this. You have "DEBUG = True" set and so all the details of your server is leaked. Better change that to "DEBUG = False" and let the user get a standard 500 error page instead.

It says at the bottom: "You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 500 page."

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13816>
_______________________________________


More information about the Python-bugs-list mailing list