pythondjangopip

python manage.py runserver is not working


So before anyone point it out, my question is really similar to this question but the error message is slightly different.

So I just started learning Django this day and I got stuck because when I ran python manage.py runserver it didn't display anything until I hit "CTRL + C" then this message showed up

Performing system checks...

System check identified no issues (0 silenced).
July 30, 2020 - 15:51:40
Django version 2.1.5, using settings 'trydjangofcc.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
(mine)

I tried to go to the http://127.0.0.1:8000/ and it didn't work, I've tried python manage.py migrate still nothing.
I've waited an hour to see if it makes a difference and it doesn't. It seems stupid but I've been stuck here for a while.


Solution

  • You could try entering this into your URL bar : http://localhost:8000/