I have been using django for quite some time now and I had no problems in using it, until now.
When I run in the terminal py manage.py runserver 127.0.0.1:8000
it shows
Performing system checks...
System check identified no issues (0 silenced). July 23, 2015 - 16:17:23 Django version 1.8.3, using settings 'projectname.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CTRL-BREAK. Performing system checks...
And then when I opened it in my browser, it does not show me anything. It just load and load and load..
I tried googling it but some suggested that I change my port, so I changed it, some said to use my ipaddress with a port other than 8000, and I did but nothing was of help to me. It's stuck on loading the page.
I am using django 1.8.3. Running it on Windows btw