Re: mange.py sql weirdness in MR

2006-04-21 Thread njharman
Luke Plant wrote: > On Wednesday 19 April 2006 14:53, njharman wrote: > >>[Sorry if this should be on django-developer instead] >> >>r2714 of the magic-removal branch >> >>I have models/* and not a models.py in my app directory. >> >>#myapp/models/__init__.py >>from adventure import Story >>class

Re: mange.py sql weirdness in MR

2006-04-21 Thread Luke Plant
On Wednesday 19 April 2006 14:53, njharman wrote: > [Sorry if this should be on django-developer instead] > > r2714 of the magic-removal branch > > I have models/* and not a models.py in my app directory. > > #myapp/models/__init__.py > from adventure import Story > class Foo(models.Model): >