Hi Bill, On 22-8-2012 23:16, Bill Beal wrote:
Look at it like this to spot your error: > 'proj.app3', > proj/ ^^^^ cwd of the WSGI app > proj/proj/ > settings.py ^^^^ DJANGO_SETTINGS_MODULE = 'proj.settings' > proj/app3/ So this module is not proj.app3 but app3. I'm reasonably sure that the error is only reported on the last entry because the verification is done in reverse order, but you'll have to look that up in the source. In either case, "the last of the installed apps" is a red herring. -- Melvyn Sopacua -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.