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? Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org
