Unable to open http://127.0.0.1:8000

1,575 views
Skip to first unread message

Rohit

unread,
Sep 23, 2018, 1:59:33 PM9/23/18
to Django users
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?


SHUBHAM .SINGH. RATHORE

unread,
Sep 23, 2018, 2:05:56 PM9/23/18
to django...@googlegroups.com
Django-admin startaproject  and project name

--
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.
To post to this group, send email to django...@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/428b49c6-673b-4881-a109-a8e992ccdd7e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Message has been deleted
Message has been deleted

Rohit

unread,
Sep 23, 2018, 2:42:03 PM9/23/18
to Django users
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.

Reply all
Reply to author
Forward
0 new messages