On Jan 18, 2006, at 8:23 PM, Adrian Holovaty wrote:
On 1/18/06, hugo <[EMAIL PROTECTED]> wrote:How about something like this:INSTALLED_APPS = ( 'foo.bar.baz', ('foo.baz.baz', 'baz2'), )This seems to be a good compromise -- it requires no change for the common case, and it's not "code as string" stuff. Shall we?
Sounds good to me. Jacob