Re: Weird disappearing apps issue

2009-06-28 Thread Daniele Procida
On Sat, Jun 27, 2009, Alex Gaynor wrote: >Your issue is that you have a circular import: A imports B and B imports >A.  To get around this see: http://docs.djangoproject.com/en/dev/ref/ >models/fields/#lazy-relationships Thanks, that was it. Is there some reason why Django doesn't throw up a wa

Re: Weird disappearing apps issue

2009-06-27 Thread Alex Gaynor
On Sat, Jun 27, 2009 at 8:34 PM, Daniele Procida wrote: > > I've encountered a problem with apps that disappear from Django's view. > It's happened to several of them, and has happened again just now after > I managed to get them back. > > I was testing an app called 'research' - it appeared in th

Weird disappearing apps issue

2009-06-27 Thread Daniele Procida
I've encountered a problem with apps that disappear from Django's view. It's happened to several of them, and has happened again just now after I managed to get them back. I was testing an app called 'research' - it appeared in the admin, and I was able to open both models there. Then I added th