On Fri, Apr 9, 2010 at 5:21 AM, Vinay Sajip <vinay_sa...@yahoo.co.uk> wrote:
>
>
> Have you looked at the patch on ticket 3591 which does some of this
> already? Would you be using it as a starting point?

It's a great place to start, and gives a good idea about where to look for
problems. I'm not sure about get_installed_app_paths, rather than modifying
settings.INSTALLED_APPS to contain a tuple of strings pointing to all
application paths. If we end up using get_installed_app_paths it would break
all of those using for app in settings.INSTALLED_APPS in third party code.

You've taken the route of assuming applications won't know their models
until runtime, I've expected that people explicitly assign models to apps.

Your loading code looks like a good starting point also.

Cheers,
Nick

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to