I have many projects running in ubuntu with python2.7 and virtualenv / virtualenvwrapper, in my work some developers work with macosx and windows, as a rule, I create the project as usual:
django-admin.py start project x
And we use svn for cvs, but at some point, without anything rational for me, when I try something like:
python manage.py runserver
does not work, but it is only for me and in my laptop that does not happen on production servers or other developers.
any ideas?
I got this error:
Error: Cannot find the file 'settings.py' in the directory containing 'Manage.py. You seem to have tuned things. You will have to run django-admin.py, passing it your settings module. (If the settings.py file really exists, leading to an ImportError.)
But, obviously, the settings file exists and is located in the same folder of the manage.py file and does not work only for me ...
This also happens with django and appengine
python django django-settings settings importerror
diegueus9
source share