You shouldn't be running manage.py from within any other directory but the 
top level project directory. That will screw up your PYTHON_PATH and 
potentially cause conflicts.

Without seeing anything, if you go up a directory into just ~/webservices 
and ran `python manage.py shell`, you should be fine.

Also, you'll never be able to run a urls.py or any other file directly that 
is used by Django. None of the environment variables are loaded and Django 
essentially has not been initialized yet, hence why you get the error trying 
to import settings.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to