4. What is the default URL of your Django project when you run it on builtin server?
Both (a) and (d) are correct. 127.0.0.1 is the ip of the localhost and 8000 is the port So the url can be (a) localhost:8000 (d) 127.0.0.1:8000
4. What is the default URL of your Django project when you run it on builtin server? Read More »