I figured out the issue.

Port 8000 and 8080 are being used by Jenkins.

I tried to change it to 8282 and executed this line from the project folder 
in the command prompt:

python manage.py runserver 8282

Once the development server started, I typed the IP as below from the 
browser. It worked.

http://127.0.0.1:8282



On Sunday, September 23, 2018 at 11:35:56 PM UTC+5:30, SHUBHAM .SINGH. 
RATHORE wrote:
>
> Django-admin startaproject  and project name
>
> On Sun 23 Sep, 2018 11:29 pm 'Rohit' via Django users, <
> django...@googlegroups.com <javascript:>> wrote:
>
>> Hi,
>>
>> I am new to Django and started my first app. When I try to check the 
>> development server using http://127.0.0.1:8000, I am getting: 404 Not 
>> Found.
>>
>> How to fix this?
>>
>>
>> -- 
>> 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...@googlegroups.com <javascript:>.
>> To post to this group, send email to django...@googlegroups.com 
>> <javascript:>.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/428b49c6-673b-4881-a109-a8e992ccdd7e%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/django-users/428b49c6-673b-4881-a109-a8e992ccdd7e%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/9389919c-1d02-4ccb-b0a3-74b190cc5824%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to