Basically when I enter this command :- $- python manage.py runserver In command prompt it's shows my server address which is usually http://127.0.0.1:8000/ But when I enter this in Chrome it's doesn't showing me anything just showing "This site can't be reached" Please help me out because I am new to Django.. I also typed the command like $- python manage.py runserver 0.0.0.0.8000 And this $- python manage.py runserver [::] :8000 But still I can't see Django "Rocket".. !! And also I thing I want to tell that I am using WiFi for internet . So it's OK or else using Django server we need lan connection.
0
votes
1 Answers
0
votes
If you follow the steps in this tutorial you will be able to get your first app started.
Make sure you are in the directory where manage.py
is located before you run python manage.py runserver
Django can be used with WiFi without any problems.