I am using ubuntu 12.04.I am using virtualenv and on that I installed all the packages those I required.When I run the project it gives me error but when I run another project it works.
I am using python2.6.8 and django 1.3.1
Traceback (most recent call last):
File “manage.py”, line 4, in
import settings # Assumed to be in the same directory.
Any help will be appreciated.
Thanks in advance.
Try to Import
settings.pyin python shell, there it will give you the exact error. I think you import some other modules in settings.py those giving youImportError.