Class 12 CS chapter 15 Ex 15.2 Solutions Sumita Arora New Syllabus / listing12CSSA, Uncategorized / By Neha 1. What is the purpose of settings.py? (a) To ...click here for answer 2. What is the Django shortcut method to more easily render an html response? (d) render, ...click here for answer 3. What is the default port used by built in Webserver of Django? (b) 8000 ...click here for answer 4. What is the default URL of your Django project when you run it on builtin server? Both (a) ...click here for answer 5. What is the name of the administrative task management file in Django projects? (a) manage.py ...click here for answer 6. What is the name of the app module in Django projects that stores the view functions? (c) views.py ...click here for answer 7. What is the name of the module in Django projects that stores URL Confs? (b) urls.py ...click here for answer