Re: Strange problem with 'syncdb' not finding application models

2008-10-20 Thread Will Boyce
Thanks for the quick response Daniel! The only self-referencing import I can see is that __init__.py is importing a model from the apps models.py: [EMAIL PROTECTED]:~/ibd$ grep -n -r granular granular_permissions/ granular_permissions/__init__.py:8:from granular_permissions.models import

Re: Strange problem with 'syncdb' not finding application models

2008-10-20 Thread Daniel Roseman
On Oct 20, 12:26 pm, Will Boyce <[EMAIL PROTECTED]> wrote: > I was throwing together a (supposedly quick!) project today to gather > some information from customers, however I hit a stumbling block a > while back and I now feel like I'm banging my head on a brick wall.. > > I've modified the

Strange problem with 'syncdb' not finding application models

2008-10-20 Thread Will Boyce
I was throwing together a (supposedly quick!) project today to gather some information from customers, however I hit a stumbling block a while back and I now feel like I'm banging my head on a brick wall.. I've modified the syncdb process to be a bit more verbose: ..snip.. Loading