Re: manage.py runserver > cannot import name models

2008-08-26 Thread lingrlongr
Start with urls.py. Are you doing this anywhere? import models If you have a lot of apps, you could remove all but one from INSTALLED_APPS, test manage.py, repeat, until you find the offending app. The just go through the files in the app and make sure you are properly defining any imports.

manage.py runserver > cannot import name models

2008-08-26 Thread Leaf
The subject line should be pretty self-explanatory. I try to run "manage.py runserver", and I get "Error: cannot import name models" in bold, red text. That's the only output I get. Does anyone know what causes such an error, or where it is referring to? Regards, Leaf --~--~-~--~~