﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
30825	Confusing message on the default Django home page mentioning the debug settings	Therry van Neerven	KESHAV KUMAR	"When having no home page configured and when running the configuration with DEBUG=False the following message is shown:

''You are seeing this page because DEBUG=True is in your settings file and you have not configured any URLs.''

(Check the attachment for a screenshot)

This message is confusing as I'm running Django with DEBUG=False. 
Also I have configured URLs, but they are not at the root of the project. 

I believe that this message should be improved and stating that a the user should configure a route to replace the default page.

Update: I noticed that for this specific view the engine is forced to be in debug [https://github.com/django/django/blob/503f60ff570df5a7b1802cbf0e2e58067c167d95/django/views/debug.py#L22 [source]]
I still believe that the message should be changed in order to communicate correctly what's going on."	Bug	closed	Uncategorized	2.2	Normal	worksforme			Unreviewed	0	0	0	0	1	1
