Hi,

autodiscover() goes over INSTALLED_APPS and tries to import their admin 
modules. When such a module isn't present, ImportError is caught and consumed. 
However, if some admin module do exists, but for some reason it throws an 
ImportError (e.g., it tries to load a non-existing module), it will not be 
loaded and will not be seen in the admin interface, without any significant 
notice. To me this seems like an undesired side-effect, perhaps even a bug.

Any ideas?

--- Amit


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to