4. What do you understand by a project and an app in Django web application context ?
4. What do you understand by a project and an app in Django web application context ? 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 »