#8596: Error while importing URLconf 'mysite.urls': No module named models
-----------------------------+----------------------------------------------
Reporter: tolano | Owner: nobody
Status: new | Milestone: 1.0
Component: Admin interface | Version: SVN
Keywords: | Stage: Unreviewed
Has_patch: 0 |
-----------------------------+----------------------------------------------
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.
--
Ticket URL: <http://code.djangoproject.com/ticket/8596>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---