Unresolved import: models

Posted by Timmy O' Tool on Stack Overflow See other posts from Stack Overflow or by Timmy O' Tool
Published on 2010-06-06T04:27:54Z Indexed on 2010/06/06 4:32 UTC
Read the original article Hit count: 743

Filed under:
|
|
|

Hi! I'm doing my VERY first project using python/django/eclipse/pydev following this guide

http://docs.djangoproject.com/en/dev/intro/tutorial01/

My only addition is the use of Eclipse/pydev.

I'm getting many errors related to "Unresolved imports". I can remove the errors using "remove error markers" and my site runs perfect (I can browse it) but I want to get rid definitively of this problem since errors appear again after I removed them.

Any ideas?

© Stack Overflow or respective owner

Related posts about python

Related posts about django