ABRT Server

Matej Cepl mcepl at redhat.com
Wed Sep 5 20:15:43 UTC 2012


On 05/09/12 19:47, Dave Jones wrote:
> followed by 3-4 pages of additional spew.

Which means somebody has problems with reading comprehension:

https://docs.djangoproject.com/en/dev/ref/settings/#debug:

	DEBUG

	Default: False

	A boolean that turns on/off debug mode.

	Never deploy a site into production with DEBUG turned on.

	Did you catch that? NEVER deploy a site into production with
	DEBUG turned on.

(and of course in the error page you can find that DEBUG = True)

Matěj



More information about the devel mailing list