tickets: 8596
This data as json
id | created | changetime | last_pulled_from_trac | stage | status | component | type | severity | version | resolution | summary | description | owner | reporter | keywords | easy | has_patch | needs_better_patch | needs_tests | needs_docs | ui_ux |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8596 | 2008-08-27 09:00:45 | 2011-09-28 16:12:17 | 2022-03-06 03:42:40.469679 | Unreviewed | closed | contrib.admin | dev | invalid | Error while importing URLconf 'mysite.urls': No module named models | 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. | nobody | tolano | 0 | 1 | 0 | 0 | 0 | 0 |