hi i have been doing Django Tutorial 02 i have done every thing and after I run $ python manage.py runserver
I get this message " Starting development server at http://127.0.0.1:8080/" but when I open a new tab in my browser and paste this link there I get “This site can’t be reached”
Try a different port such as 8000 or 8888 or something like that. It’s possible you have a different program running that is sitting on 8080.
e.g. runserver localhost:8000
@JETA-Comms If you’re looking for assistance, I suggest you open a new thread to discuss this. When you do, please include details of your environment such as the operating system you are using, what versions of Python and Django are involved, and the output from your runserver command.
this what it suppose to show me after everything i did following the django tuturial but instead it isn’t working it keep showing “site can’t be reached” pleases help me
If you’re looking for assistance, I suggest you open a new thread to discuss this. When you do, please include details of your environment such as the operating system you are using, what versions of Python and Django are involved, and the output from your runserver command.