On Sep 9, 2010, at 7:24 AM, Javier Guerra Giraldez wrote: > what about giving parameters to the apps? something like: > > INSTALLED_APPS = ( > 'django.contrib.auth', > 'django.contrib.contenttypes', > 'django.contrib.sessions', > 'django.contrib.sites', > 'django.contrib.admin', > ('debug_toolbar', { > 'INTERCEPT_REDIRECTS': False, > 'INTERNAL_IPS': ('127.0.0.2',), > }), > 'django_extensions', > ('favorites', { > 'fave': ‘pages.models.Page', > }), > 'comercial', > 'specs', > )
Hey Javier, this approach has been discussed in my GSOC proposal thread[0]. In the end, we decided to leave INSTALLED_APPS as strings to maintain backwards compatibility. There are also some other resources which you can find on the wiki[1]. You can read through my final status report if you're interested in how the gsoc went[2]. I'm currently at DjangoCon and we're going to use the sprints to look into how the app-loading branch can be integrated into trunk. Arthur [0]: http://groups.google.com/group/django-developers/browse_thread/thread/4cca2086dd485879/0cee4bc0557aa9cc [1]: http://code.djangoproject.com/wiki/SummerOfCode2010#Apploading [2]: http://groups.google.com/group/django-developers/browse_thread/thread/3d730dd8b6653dbb/cd6ce11986aeb162 -- 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.