Okay, I did this, but I also have stuff that I'm adding to the
django.contrib namespace, or at least I did. I created the following:
django/
__init__.py # empty
contrib/
__init__.py # empty
and in my packages line in setup.py I had just ['django'].
Now I seem to have overwritten all of
On Wed, Nov 23, 2011 at 2:01 PM, Jeff Heard wrote:
> I have several django apps. all of which are in separate packages and can be
> installed seperately. I would like them all to be sub-packages of a master
> package named "ga" So:
> ga.datacube
> ga.pyramid
> ga.sensorcollection
> and so on. T
I have several django apps. all of which are in separate packages and can
be installed seperately. I would like them all to be sub-packages of a
master package named "ga" So:
ga.datacube
ga.pyramid
ga.sensorcollection
and so on. The problem is that when I install them the packages never
seem t
3 matches
Mail list logo