Re: Python-Django : ImportError at / : No module named urls

2013-12-11 Thread Guilherme Henrique Pedreira
Have you checked the file permissions? The user runing the project, must be able to read the files at least. check this question: http://stackoverflow.com/questions/805427/which-permissions-should-i-use-for-django-folders-at-my-server Em quarta-feira, 11 de dezembro de 2013 11h39min08s UTC-2, Li

Re: Python-Django : ImportError at / : No module named urls

2013-12-11 Thread 강동욱
Check "urls.py" file in your project manage folder. I think you doesn't have a "urls.py" in your project folder. 2013년 12월 11일 수요일 오후 5시 32분 20초 UTC+9, shoaib ijaz 님의 말: > > I have created Djnago project in eclipse. Unfortunately, i am facing issue > when i run the project > > ImportError at /

Python-Django : ImportError at / : No module named urls

2013-12-11 Thread shoaib ijaz
I have created Djnago project in eclipse. Unfortunately, i am facing issue when i run the project ImportError at / No module named urls Here Error Page http://dpaste.com/1499981/ Eclipse Project http://i1008.photobucket.com/albums/af204/shoaibshah01/Untitled_zps84f95b4f.jpg -- You received