Re: Unable to open http://127.0.0.1:8000

2018-09-23 Thread 'Rohit' via 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.

Re: Unable to open http://127.0.0.1:8000

2018-09-23 Thread 'Rohit' via Django users
Django project I already created using PyCharm. The folder structure and basic .py files already there. 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 use

Re: Unable to open http://127.0.0.1:8000

2018-09-23 Thread 'Rohit' via Django users
I am using PyCharm. Do I still need to execute that code from command prompt? 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...@googlegr

Re: Unable to open http://127.0.0.1:8000

2018-09-23 Thread SHUBHAM .SINGH. RATHORE
Django-admin startaproject and project name On Sun 23 Sep, 2018 11:29 pm 'Rohit' via Django users, < django-users@googlegroups.com> 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 > Foun