﻿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
8596	Error while importing URLconf 'mysite.urls': No module named models	Adrian Ribao	nobody	"After upgrading to rev [8617], I get an error caused by:

{{{
admin.autodiscover()
}}}

The exception value is:
{{{
Error while importing URLconf 'mysite.urls': No module named models
}}}

I can't tell much more about it as the traceback is not useful.

The installed apps looks like:

{{{
INSTALLED_APPS = (
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.sites',
    'django.contrib.admin',
    'django.contrib.sitemaps',
    'blog',
}}}
I have tried with mysite.blog in INSTALLED_APPS but I get another error about importing."		closed	contrib.admin	dev		invalid			Unreviewed	1	0	0	0	0	0
