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
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
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
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
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