On 1/18/06, Joseph Kocherhans <[EMAIL PROTECTED]> wrote:
> > INSTALLED_APPS = {
> >     'admin': 'django.contrib.admin ',
> >     'myadmin': 'myapp.admin'
> > }
>
> I think I like this option the best so far. It's very explicit, and
> looks a lot cleaner than a bunch of tuples. I don't think requiring
> the app name to be explicit is too high of a price. Adding things to
> INSTALLED_APPS is a rare enough event that a few keystrokes probably
> won't matter much. (It certainly isn't a big deal for me anyhow.) This
> way we don't have to describe the rules for calculating the app name
> either.

Looks like a good solution to me. I kind of liked Max's idea of
"app('django.contrib.admin')", but maybe YAGNI on that. Let's do the
dictionary thing, assuming it's cool with Jacob as well.

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org

Reply via email to