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, Lier escreveu:
>
> 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 / 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 this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/0b3c0af7-5d09-41ea-8392-7e68c99b1d07%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 / 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 this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/93855146-b7a2-4b96-a56a-416f13e28c32%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/b05a6745-d150-4b1a-bd2a-297d665da1f7%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.