﻿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
11918	Admin URLs troubles	Camilo Nova	nobody	"Hi now i have:
Django version 1.2 pre-alpha

SNV Trunk Revision: 11585

When i start a new project:
$ django-admin.py startproject foo

by default creates the file urls.py in the folder foo, and this file has the line:
(r'^admin/', include(admin.site.urls)),

to get easy to uncomment for access to admin, this line works fine in DEBUG=True, but when DEBUG=False admin says it dont find any module pages, if i just change that line for:
(r'^admin/(.*)', admin.site.root),

works great in DEBUG=False and DEBUG=True, why dont you change the default generation of this line, or tell us what happen in this case.

Cheers"		closed	Contrib apps	1.1		invalid	admin urls 404		Unreviewed	0	0	0	0	0	0
