Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion apps with the same name

Received: by 10.11.53.63 with SMTP id b63mr1339875cwa;
        Wed, 18 Jan 2006 17:07:35 -0800 (PST)
Return-Path: <gcpdd-django-develop...@m.gmane.org>
Received: from ciao.gmane.org (main.gmane.org [80.91.229.2])
        by mx.googlegroups.com with ESMTP id v11si2484599cwb.2006.01.18.17.07.33;
        Wed, 18 Jan 2006 17:07:35 -0800 (PST)
Received-SPF: pass (googlegroups.com: domain of gcpdd-django-develop...@m.gmane.org designates 80.91.229.2 as permitted sender)
Received: from list by ciao.gmane.org with local (Exim 4.43)
	id 1EzOGj-0002eM-TB
	for django-developers@googlegroups.com; Thu, 19 Jan 2006 02:07:17 +0100
Received: from c-24-1-30-243.hsd1.tx.comcast.net ([24.1.30.243])
        by main.gmane.org with esmtp (Gmexim 0.1 (Debian))
        id 1AlnuQ-0007hv-00
        for <django-developers@googlegroups.com>; Thu, 19 Jan 2006 02:07:17 +0100
Received: from eugene.lazutkin by c-24-1-30-243.hsd1.tx.comcast.net with local (Gmexim 0.1 (Debian))
        id 1AlnuQ-0007hv-00
        for <django-developers@googlegroups.com>; Thu, 19 Jan 2006 02:07:17 +0100
X-Injected-Via-Gmane: http://gmane.org/
To: django-developers@googlegroups.com
From:  Eugene Lazutkin <eugene.lazut...@gmail.com>
Subject:  Re: apps with the same name
Date:  Wed, 18 Jan 2006 19:07:13 -0600
Lines: 11
Message-ID: <dqmoo1$k0g$1@sea.gmane.org>
References:  <c90890f0601131549i4683918du879d4c4f2590f8ee@mail.gmail.com> <43C8C0A0.3080804@worldmaker.net> <6464bab0601170927l2e2384fby6bf51be370c669d6@mail.gmail.com> <c90890f0601171554l6c4094fq5b482cb53f18df56@mail.gmail.com> <720ff77c0601171624s58959c13o80a447d7a6f853c@mail.gmail.com> <c90890f0601181303q276c4483h424cc0d7457f0fc6@mail.gmail.com> <6464bab0601181318i34361694rb95a89d2deb9d1de@mail.gmail.com> <1137619809.023016.85490@f14g2000cwb.googlegroups.com> <1137624452.534350.192970@g47g2000cwa.googlegroups.com>
Mime-Version:  1.0
Content-Type:  text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding:  7bit
X-Complaints-To: usenet@sea.gmane.org
X-Gmane-NNTP-Posting-Host: c-24-1-30-243.hsd1.tx.comcast.net
User-Agent: Thunderbird 1.5 (Windows/20051201)
In-Reply-To: <1137624452.534350.192...@g47g2000cwa.googlegroups.com>
Sender: news <n...@sea.gmane.org>

hugo wrote:
> 
> How about something like this:
> 
> INSTALLED_APPS = (
>    'foo.bar.baz',
>    ('foo.baz.baz', 'baz2'),
> )


+1.