I am facing some problems with my Django installation. I am using Ubuntu as my OS.
Eclipse was installed through the Sofware center. Pydev through the plug-in Option in Eclipse. Django was installed as described in the Tutorial. Now I am facing this problem:
from django.core.management.validation import max_length
throws a Unresolved import: max_length.
I found information about adding Django Paths to the PythonPaths. But the mentioned solutions did not solve my problem. Heres what Eclipse found with autoconfig:
![1]: http://i42.tinypic.com/2namvpl.png "Part1"
![2]: http://i40.tinypic.com/favksz.png "Part2"
Can someone please explain which paths have to be set up? I am lost.
Thank you.