﻿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
14539	Documents maybe out-of-date	cbswy_7@…	nobody	"I am using Django1.2.3 now. After coding according to the doc, I can't start my admin app.When i visit http://127.0.0.1:8000/admin/,An exception page appeared saying ""No module named urls "",in my urls.py,it looks like:
**************************************************
from django.conf.urls.defaults import *

# Uncomment the next two lines to enable the admin:
from django.contrib import admin
admin.autodiscover()

urlpatterns = patterns('',
    # Example:
    # (r'^mysite/', include('mysite.foo.urls')),

    # Uncomment the admin/doc line below and add 'django.contrib.admindocs'
    # to INSTALLED_APPS to enable admin documentation:
    # (r'^admin/doc/', include('django.contrib.admindocs.urls')),

    # Uncomment the next line to enable the admin:
    (r'^admin/', include(admin.site.urls)),
)
**************************************************
pls, help me out of this"		closed	Uncategorized	1.2		invalid			Unreviewed	0	0	0	0	0	0
