Re: Namspace packages in Django

2012-11-28 Thread Rocky Meza
We are experiencing the same problem that DavidR mentioned. We took the patch that was provided by #19048 and tested it out and it worked for us; however, it was closed as a duplicate of #8280. They don't seem to be duplicates as #8280 is talking about the Django code actually searching for .py

Re: Namspace packages in Django

2011-01-05 Thread Nils Fredrik Gjerull
on., 05.01.2011 kl. 09.32 +0800, skrev Russell Keith-Magee: > A similar request was made in ticket #14087. I closed that ticket as > wontfix because allowing multiple applications with the same name is > fundamentally problematic; however, you have highlighted that that > this problem isn't tied to

Re: Namspace packages in Django

2011-01-05 Thread David Reynolds
On 4 Jan 2011, at 20:15, Nils Fredrik Gjerull wrote: > > Hi, Django folks! > > This is my first time posting on the Django developer list. Thanks for > an amazing framework. > > The Distribute build system supports namespaced packages > (http://packages.python.org/distribute/setuptools.html#name

Re: Namspace packages in Django

2011-01-04 Thread Russell Keith-Magee
On Wed, Jan 5, 2011 at 4:15 AM, Nils Fredrik Gjerull wrote: > Hi, Django folks! > > This is my first time posting on the Django developer list. Thanks for > an amazing framework. > > The Distribute build system supports namespaced packages > (http://packages.python.org/distribute/setuptools.html#n

Namspace packages in Django

2011-01-04 Thread Nils Fredrik Gjerull
Hi, Django folks! This is my first time posting on the Django developer list. Thanks for an amazing framework. The Distribute build system supports namespaced packages (http://packages.python.org/distribute/setuptools.html#namespace-packages). I have found namespaced packages to be of great help