On Fri, 2009-04-10 at 12:01 -0700, Joe Sr. wrote:
[...]
> That's a good idea I will check on, but it wouldn't explain why it
> works with the development server and not mod_python.

It might well explain that. There's no guarantee about import order and
certainly no guarantee that it will be the same on different platforms
or installation. In particular, the moment in time when applications are
imported (in django.db.models.loading.AppCache) varies and is usually
much earlier in the development server -- right at the start of things
-- than in a hosted environment.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to