7. What is the name of the module in Django projects that stores URL Confs?
(b) urls.py
7. What is the name of the module in Django projects that stores URL Confs? Read More »
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 »