﻿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
17432	url(r'^admin/', include('admin.site.urls')),	info@…	nobody	"hello dear Developers.

i found a bug.

i'm using ubuntu 11.10 ubuntu and installded django this way


{{{
wget http://www.djangoproject.com/download/1.3.1/tarball/
}}}



{{{
tar xzvf Django-1.3.1.tar.gz

}}}


{{{
cd Django-1.3.1
}}}



{{{
python setup.py install
}}}



but when i tried to activate the admin i found an error.

the line 

{{{

url(r'^admin/', include('admin.site.urls')), <---- default
}}}
 

have to look like 

{{{

url(r'^admin/', include(admin.site.urls)),
}}}



"	Bug	closed	contrib.admin	1.3	Normal	needsinfo	admin		Unreviewed	1	0	0	0	1	0
